#FA609F

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

Shades of Brilliant Rose #FA609F

Tints of Brilliant Rose #FA609F

Color information

#FA609F (or 0xFA609F) is unknown color: approx Brilliant Rose. HEX triplet: FA, 60 and 9F. RGB value is (250,96,159). Sum of RGB (Red+Green+Blue) = 250+96+159=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA609F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA609F is #059F60. Grayscale: #959595. Windows color (decimal): -368481 or 10445050. OLE color: 10445050.

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

Color convert

RGB25096159-
CMYK00.620.360.02
HSL335.45º93.9%67.84%-
HSV(B)335.45º61.6%98.04%-
XYZ49.8731.1936.19-
YUV149.23133.52199.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.50%
GREEN value IS 96 (37.89% from 255) = 19.01%
BLUE value IS 159 (62.5% from 255) = 31.49%
R=49.50%
G=19.01%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509615900.620.360.02335.4593.967.84
HexFA609F03E24214f5e44
Octal372140237076442517136104
Binary1111101011000001001111101111101001001010100111110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA609F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA609F; }

 p { color: rgb(250,96,159); }

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

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

 a { background-color: rgb(250,96,159); }

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

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

 span { border-color: rgb(250,96,159); }

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