#F1619E

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

Shades of Brilliant Rose #F1619E

Tints of Brilliant Rose #F1619E

Color information

#F1619E (or 0xF1619E) is unknown color: approx Brilliant Rose. HEX triplet: F1, 61 and 9E. RGB value is (241,97,158). Sum of RGB (Red+Green+Blue) = 241+97+158=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F1619E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1619E is #0E9E61. Grayscale: #929292. Windows color (decimal): -958050 or 10379761. OLE color: 10379761.

HSL color Cylindrical-coordinate representation of color #F1619E: hue angle of 334.58º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1619E is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB24197158-
CMYK00.600.340.05
HSL334.58º83.72%66.27%-
HSV(B)334.58º59.75%94.51%-
XYZ46.7229.7235.62-
YUV147.01134.21195.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.59%
GREEN value IS 97 (38.28% from 255) = 19.56%
BLUE value IS 158 (62.11% from 255) = 31.85%
R=48.59%
G=19.56%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419715800.600.340.05334.5883.7266.27
HexF1619E03C22514f5442
Octal361141236074425517124102
Binary11110001110000110011110011110010001010110100111110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1619E; }

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

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

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

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

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

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

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

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