#F9619E

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

Shades of Brilliant Rose #F9619E

Tints of Brilliant Rose #F9619E

Color information

#F9619E (or 0xF9619E) is unknown color: approx Brilliant Rose. HEX triplet: F9, 61 and 9E. RGB value is (249,97,158). Sum of RGB (Red+Green+Blue) = 249+97+158=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F9619E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9619E is #069E61. Grayscale: #959595. Windows color (decimal): -433762 or 10379769. OLE color: 10379769.

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

Color convert

RGB24997158-
CMYK00.610.370.02
HSL335.92º92.68%67.84%-
HSV(B)335.92º61.04%97.65%-
XYZ49.5131.1635.75-
YUV149.4132.86199.04-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.40%
GREEN value IS 97 (38.28% from 255) = 19.25%
BLUE value IS 158 (62.11% from 255) = 31.35%
R=49.40%
G=19.25%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499715800.610.370.02335.9292.6867.84
HexF9619E03D2521505d44
Octal371141236075452520135104
Binary1111100111000011001111001111011001011010101000010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9619E; }

 p { color: rgb(249,97,158); }

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

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

 a { background-color: rgb(249,97,158); }

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

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

 span { border-color: rgb(249,97,158); }

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