#F191C7

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

Shades of Tea Rose #F191C7

Tints of Tea Rose #F191C7

Color information

#F191C7 (or 0xF191C7) is unknown color: approx Tea Rose. HEX triplet: F1, 91 and C7. RGB value is (241,145,199). Sum of RGB (Red+Green+Blue) = 241+145+199=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 145 (57.03% from 255 or 24.79% from 585); Blue value is 199 (78.12% from 255 or 34.02% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F191C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F191C7 is #0E6E38. Grayscale: #B3B3B3. Windows color (decimal): -945721 or 13079025. OLE color: 13079025.

HSL color Cylindrical-coordinate representation of color #F191C7: hue angle of 326.25º 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 #F191C7 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB241145199-
CMYK00.400.170.05
HSL326.25º77.42%75.69%-
HSV(B)326.25º39.83%94.51%-
XYZ56.7143.0859.36-
YUV179.86138.8171.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.20%
GREEN value IS 145 (57.03% from 255) = 24.79%
BLUE value IS 199 (78.12% from 255) = 34.02%
R=41.20%
G=24.79%
B=34.02%

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
Decimal24114519900.400.170.05326.2577.4275.69
HexF191C70281151464d4c
Octal361221307050215506115114
Binary11110001100100011100011101010001000110110100011010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F191C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F191C7; }

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

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

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

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

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

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

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

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