#F188C2

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

Shades of Tea Rose #F188C2

Tints of Tea Rose #F188C2

Color information

#F188C2 (or 0xF188C2) is unknown color: approx Tea Rose. HEX triplet: F1, 88 and C2. RGB value is (241,136,194). Sum of RGB (Red+Green+Blue) = 241+136+194=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 136 (53.52% from 255 or 23.82% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F188C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F188C2 is #0E773D. Grayscale: #ADADAD. Windows color (decimal): -948030 or 12749041. OLE color: 12749041.

HSL color Cylindrical-coordinate representation of color #F188C2: hue angle of 326.86º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F188C2 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB241136194-
CMYK00.440.200.05
HSL326.86º78.95%73.92%-
HSV(B)326.86º43.57%94.51%-
XYZ54.8240.255.91-
YUV174.01139.29175.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.21%
GREEN value IS 136 (53.52% from 255) = 23.82%
BLUE value IS 194 (76.17% from 255) = 33.98%
R=42.21%
G=23.82%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113619400.440.200.05326.8678.9573.92
HexF188C202C1451474f4a
Octal361210302054245507117112
Binary11110001100010001100001001011001010010110100011110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F188C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F188C2; }

 p { color: rgb(241,136,194); }

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

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

 a { background-color: rgb(241,136,194); }

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

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

 span { border-color: rgb(241,136,194); }

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