#F192CE

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

Shades of Tea Rose #F192CE

Tints of Tea Rose #F192CE

Color information

#F192CE (or 0xF192CE) is unknown color: approx Tea Rose. HEX triplet: F1, 92 and CE. RGB value is (241,146,206). Sum of RGB (Red+Green+Blue) = 241+146+206=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 146 (57.42% from 255 or 24.62% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F192CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F192CE is #0E6D31. Grayscale: #B5B5B5. Windows color (decimal): -945458 or 13538033. OLE color: 13538033.

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

Color convert

RGB241146206-
CMYK00.390.150.05
HSL322.11º77.24%75.88%-
HSV(B)322.11º39.42%94.51%-
XYZ57.743.7163.79-
YUV181.24141.97170.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.64%
GREEN value IS 146 (57.42% from 255) = 24.62%
BLUE value IS 206 (80.86% from 255) = 34.74%
R=40.64%
G=24.62%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114620600.390.150.05322.1177.2475.88
HexF192CE027F51424d4c
Octal361222316047175502115114
Binary1111000110010010110011100100111111110110100001010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F192CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F192CE; }

 p { color: rgb(241,146,206); }

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

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

 a { background-color: rgb(241,146,206); }

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

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

 span { border-color: rgb(241,146,206); }

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