#F192D0

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

Shades of Tea Rose #F192D0

Tints of Tea Rose #F192D0

Color information

#F192D0 (or 0xF192D0) is unknown color: approx Tea Rose. HEX triplet: F1, 92 and D0. RGB value is (241,146,208). Sum of RGB (Red+Green+Blue) = 241+146+208=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F192D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F192D0 is #0E6D2F. Grayscale: #B5B5B5. Windows color (decimal): -945456 or 13669105. OLE color: 13669105.

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

Color convert

RGB241146208-
CMYK00.390.140.05
HSL320.84º77.24%75.88%-
HSV(B)320.84º39.42%94.51%-
XYZ57.9443.8165.08-
YUV181.47142.97170.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.50%
GREEN value IS 146 (57.42% from 255) = 24.54%
BLUE value IS 208 (81.64% from 255) = 34.96%
R=40.50%
G=24.54%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114620800.390.140.05320.8477.2475.88
HexF192D0027E51414d4c
Octal361222320047165501115114
Binary1111000110010010110100000100111111010110100000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F192D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F192D0; }

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

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

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

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

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

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

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

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