#FA609E

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

Shades of Brilliant Rose #FA609E

Tints of Brilliant Rose #FA609E

Color information

#FA609E (or 0xFA609E) is unknown color: approx Brilliant Rose. HEX triplet: FA, 60 and 9E. RGB value is (250,96,158). Sum of RGB (Red+Green+Blue) = 250+96+158=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA609E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA609E is #059F61. Grayscale: #959595. Windows color (decimal): -368482 or 10379514. OLE color: 10379514.

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

Color convert

RGB25096158-
CMYK00.620.370.02
HSL335.84º93.9%67.84%-
HSV(B)335.84º61.6%98.04%-
XYZ49.7831.1635.74-
YUV149.11133.02199.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.60%
GREEN value IS 96 (37.89% from 255) = 19.05%
BLUE value IS 158 (62.11% from 255) = 31.35%
R=49.60%
G=19.05%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509615800.620.370.02335.8493.967.84
HexFA609E03E2521505e44
Octal372140236076452520136104
Binary1111101011000001001111001111101001011010101000010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA609E; }

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

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

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

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

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

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

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

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