#FA5195

Color #FA5195 French Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Rose #FA5195

Tints of French Rose #FA5195

Color information

#FA5195 (or 0xFA5195) is unknown color: approx French Rose. HEX triplet: FA, 51 and 95. RGB value is (250,81,149). Sum of RGB (Red+Green+Blue) = 250+81+149=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5195 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5195 is #05AE6A. Grayscale: #8B8B8B. Windows color (decimal): -372331 or 9785850. OLE color: 9785850.

HSL color Cylindrical-coordinate representation of color #FA5195: hue angle of 335.86º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA5195 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB25081149-
CMYK00.680.400.02
HSL335.86º94.41%64.9%-
HSV(B)335.86º67.6%98.04%-
XYZ47.7928.3831.39-
YUV139.28133.49206.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 52.08%
GREEN value IS 81 (32.03% from 255) = 16.88%
BLUE value IS 149 (58.59% from 255) = 31.04%
R=52.08%
G=16.88%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508114900.680.400.02335.8694.4164.9
HexFA51950442821505e41
Octal3721212250104502520136101
Binary11111010101000110010101010001001010001010101000010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5195; }

 p { color: rgb(250,81,149); }

 H1.HeaderClassName
 {
   color: #FA5195;
 }
 .AnyTagClassName
 {
   color: #FA5195;
 }
</style>
background-color css

<style>
 a { background-color: #FA5195; }

 a { background-color: rgb(250,81,149); }

 div.DivClassName
 {
   background-color: #FA5195;
 }
 .BgClassName
 {
   background-color: #FA5195;
 }
</style>
border-color css

<style>
 span { border-color: #FA5195; }

 span { border-color: rgb(250,81,149); }

 td.TdClassName
 {
   border-color: #FA5195;
 }
 .TagClassName
 {
   border-color: #FA5195;
 }
</style>