#F190CC

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

Shades of Tea Rose #F190CC

Tints of Tea Rose #F190CC

Color information

#F190CC (or 0xF190CC) is unknown color: approx Tea Rose. HEX triplet: F1, 90 and CC. RGB value is (241,144,204). Sum of RGB (Red+Green+Blue) = 241+144+204=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 144 (56.64% from 255 or 24.45% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F190CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F190CC is #0E6F33. Grayscale: #B3B3B3. Windows color (decimal): -945972 or 13406449. OLE color: 13406449.

HSL color Cylindrical-coordinate representation of color #F190CC: hue angle of 322.89º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F190CC is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB241144204-
CMYK00.400.150.05
HSL322.89º77.6%75.49%-
HSV(B)322.89º40.25%94.51%-
XYZ57.1543.0162.42-
YUV179.84141.64171.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.92%
GREEN value IS 144 (56.64% from 255) = 24.45%
BLUE value IS 204 (80.08% from 255) = 34.63%
R=40.92%
G=24.45%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114420400.400.150.05322.8977.675.49
HexF190CC028F51434e4b
Octal361220314050175503116113
Binary1111000110010000110011000101000111110110100001110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F190CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F190CC; }

 p { color: rgb(241,144,204); }

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

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

 a { background-color: rgb(241,144,204); }

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

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

 span { border-color: rgb(241,144,204); }

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