#F191C9

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

Shades of Tea Rose #F191C9

Tints of Tea Rose #F191C9

Color information

#F191C9 (or 0xF191C9) is unknown color: approx Tea Rose. HEX triplet: F1, 91 and C9. RGB value is (241,145,201). Sum of RGB (Red+Green+Blue) = 241+145+201=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 145 (57.03% from 255 or 24.70% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F191C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F191C9 is #0E6E36. Grayscale: #B3B3B3. Windows color (decimal): -945719 or 13210097. OLE color: 13210097.

HSL color Cylindrical-coordinate representation of color #F191C9: hue angle of 325º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F191C9 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB241145201-
CMYK00.400.170.05
HSL325º77.42%75.69%-
HSV(B)325º39.83%94.51%-
XYZ56.9443.1760.59-
YUV180.09139.8171.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.06%
GREEN value IS 145 (57.03% from 255) = 24.70%
BLUE value IS 201 (78.91% from 255) = 34.24%
R=41.06%
G=24.70%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114520100.400.170.0532577.4275.69
HexF191C90281151454d4c
Octal361221311050215505115114
Binary11110001100100011100100101010001000110110100010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F191C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F191C9; }

 p { color: rgb(241,145,201); }

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

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

 a { background-color: rgb(241,145,201); }

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

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

 span { border-color: rgb(241,145,201); }

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