#F188BC

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

Shades of Tea Rose #F188BC

Tints of Tea Rose #F188BC

Color information

#F188BC (or 0xF188BC) is unknown color: approx Tea Rose. HEX triplet: F1, 88 and BC. RGB value is (241,136,188). Sum of RGB (Red+Green+Blue) = 241+136+188=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F188BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F188BC is #0E7743. Grayscale: #ADADAD. Windows color (decimal): -948036 or 12355825. OLE color: 12355825.

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

Color convert

RGB241136188-
CMYK00.440.220.05
HSL330.29º78.95%73.92%-
HSV(B)330.29º43.57%94.51%-
XYZ54.1639.9452.43-
YUV173.32136.29176.27-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.65%
GREEN value IS 136 (53.52% from 255) = 24.07%
BLUE value IS 188 (73.83% from 255) = 33.27%
R=42.65%
G=24.07%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113618800.440.220.05330.2978.9573.92
HexF188BC02C16514a4f4a
Octal361210274054265512117112
Binary11110001100010001011110001011001011010110100101010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F188BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F188BC; }

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

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

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

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

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

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

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

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