#F288C5

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

Shades of Tea Rose #F288C5

Tints of Tea Rose #F288C5

Color information

#F288C5 (or 0xF288C5) is unknown color: approx Tea Rose. HEX triplet: F2, 88 and C5. RGB value is (242,136,197). Sum of RGB (Red+Green+Blue) = 242+136+197=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 136 (53.52% from 255 or 23.65% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F288C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F288C5 is #0D773A. Grayscale: #AEAEAE. Windows color (decimal): -882491 or 12945650. OLE color: 12945650.

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

Color convert

RGB242136197-
CMYK00.440.190.05
HSL325.47º80.3%74.12%-
HSV(B)325.47º43.8%94.9%-
XYZ55.540.5257.72-
YUV174.65140.62176.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.09%
GREEN value IS 136 (53.52% from 255) = 23.65%
BLUE value IS 197 (77.34% from 255) = 34.26%
R=42.09%
G=23.65%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213619700.440.190.05325.4780.374.12
HexF288C502C135145504a
Octal362210305054235505120112
Binary11110010100010001100010101011001001110110100010110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F288C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F288C5; }

 p { color: rgb(242,136,197); }

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

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

 a { background-color: rgb(242,136,197); }

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

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

 span { border-color: rgb(242,136,197); }

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