#F192CB

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

Shades of Tea Rose #F192CB

Tints of Tea Rose #F192CB

Color information

#F192CB (or 0xF192CB) is unknown color: approx Tea Rose. HEX triplet: F1, 92 and CB. RGB value is (241,146,203). Sum of RGB (Red+Green+Blue) = 241+146+203=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 146 (57.42% from 255 or 24.75% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F192CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F192CB is #0E6D34. Grayscale: #B4B4B4. Windows color (decimal): -945461 or 13341425. OLE color: 13341425.

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

Color convert

RGB241146203-
CMYK00.390.160.05
HSL324º77.24%75.88%-
HSV(B)324º39.42%94.51%-
XYZ57.3343.5761.89-
YUV180.9140.47170.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.85%
GREEN value IS 146 (57.42% from 255) = 24.75%
BLUE value IS 203 (79.69% from 255) = 34.41%
R=40.85%
G=24.75%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114620300.390.160.0532477.2475.88
HexF192CB0271051444d4c
Octal361222313047205504115114
Binary11110001100100101100101101001111000010110100010010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F192CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F192CB; }

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

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

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

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

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

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

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

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