#FA499E

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

Shades of Brilliant Rose #FA499E

Tints of Brilliant Rose #FA499E

Color information

#FA499E (or 0xFA499E) is unknown color: approx Brilliant Rose. HEX triplet: FA, 49 and 9E. RGB value is (250,73,158). Sum of RGB (Red+Green+Blue) = 250+73+158=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 73 (28.91% from 255 or 15.18% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA499E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA499E is #05B661. Grayscale: #878787. Windows color (decimal): -374370 or 10373626. OLE color: 10373626.

HSL color Cylindrical-coordinate representation of color #FA499E: hue angle of 331.19º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA499E is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB25073158-
CMYK00.710.370.02
HSL331.19º94.65%63.33%-
HSV(B)331.19º70.8%98.04%-
XYZ47.9827.5635.14-
YUV135.61140.64209.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.98%
GREEN value IS 73 (28.91% from 255) = 15.18%
BLUE value IS 158 (62.11% from 255) = 32.85%
R=51.98%
G=15.18%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507315800.710.370.02331.1994.6563.33
HexFA499E04725214b5f3f
Octal372111236010745251313777
Binary1111101010010011001111001000111100101101010010111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA499E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA499E; }

 p { color: rgb(250,73,158); }

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

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

 a { background-color: rgb(250,73,158); }

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

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

 span { border-color: rgb(250,73,158); }

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