#F192CD

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

Shades of Tea Rose #F192CD

Tints of Tea Rose #F192CD

Color information

#F192CD (or 0xF192CD) is unknown color: approx Tea Rose. HEX triplet: F1, 92 and CD. RGB value is (241,146,205). Sum of RGB (Red+Green+Blue) = 241+146+205=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 146 (57.42% from 255 or 24.66% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F192CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F192CD is #0E6D32. Grayscale: #B4B4B4. Windows color (decimal): -945459 or 13472497. OLE color: 13472497.

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

Color convert

RGB241146205-
CMYK00.390.150.05
HSL322.74º77.24%75.88%-
HSV(B)322.74º39.42%94.51%-
XYZ57.5743.6763.15-
YUV181.13141.47170.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.71%
GREEN value IS 146 (57.42% from 255) = 24.66%
BLUE value IS 205 (80.47% from 255) = 34.63%
R=40.71%
G=24.66%
B=34.63%

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
Decimal24114620500.390.150.05322.7477.2475.88
HexF192CD027F51434d4c
Octal361222315047175503115114
Binary1111000110010010110011010100111111110110100001110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F192CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F192CD; }

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

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

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

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

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

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

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

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