#FA499D

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

Shades of Brilliant Rose #FA499D

Tints of Brilliant Rose #FA499D

Color information

#FA499D (or 0xFA499D) is unknown color: approx Brilliant Rose. HEX triplet: FA, 49 and 9D. RGB value is (250,73,157). Sum of RGB (Red+Green+Blue) = 250+73+157=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 73 (28.91% from 255 or 15.21% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA499D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA499D is #05B662. Grayscale: #878787. Windows color (decimal): -374371 or 10308090. OLE color: 10308090.

HSL color Cylindrical-coordinate representation of color #FA499D: hue angle of 331.53º 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 #FA499D is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB25073157-
CMYK00.710.370.02
HSL331.53º94.65%63.33%-
HSV(B)331.53º70.8%98.04%-
XYZ47.8927.5234.69-
YUV135.5140.14209.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.08%
GREEN value IS 73 (28.91% from 255) = 15.21%
BLUE value IS 157 (61.72% from 255) = 32.71%
R=52.08%
G=15.21%
B=32.71%

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
Decimal2507315700.710.370.02331.5394.6563.33
HexFA499D04725214c5f3f
Octal372111235010745251413777
Binary1111101010010011001110101000111100101101010011001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA499D; }

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

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

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

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

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

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

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

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