#F191C8

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

Shades of Tea Rose #F191C8

Tints of Tea Rose #F191C8

Color information

#F191C8 (or 0xF191C8) is unknown color: approx Tea Rose. HEX triplet: F1, 91 and C8. RGB value is (241,145,200). Sum of RGB (Red+Green+Blue) = 241+145+200=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 200 (78.52% from 255 or 34.13% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F191C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F191C8 is #0E6E37. Grayscale: #B3B3B3. Windows color (decimal): -945720 or 13144561. OLE color: 13144561.

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

Color convert

RGB241145200-
CMYK00.400.170.05
HSL325.62º77.42%75.69%-
HSV(B)325.62º39.83%94.51%-
XYZ56.8343.1259.97-
YUV179.97139.3171.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.13%
GREEN value IS 145 (57.03% from 255) = 24.74%
BLUE value IS 200 (78.52% from 255) = 34.13%
R=41.13%
G=24.74%
B=34.13%

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
Decimal24114520000.400.170.05325.6277.4275.69
HexF191C80281151464d4c
Octal361221310050215506115114
Binary11110001100100011100100001010001000110110100011010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F191C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F191C8; }

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

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

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

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

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

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

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

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