#F488C6

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

Shades of Tea Rose #F488C6

Tints of Tea Rose #F488C6

Color information

#F488C6 (or 0xF488C6) is unknown color: approx Tea Rose. HEX triplet: F4, 88 and C6. RGB value is (244,136,198). Sum of RGB (Red+Green+Blue) = 244+136+198=578 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.21% from 578); Green value is 136 (53.52% from 255 or 23.53% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 244 - color contains mainly: red. Hex color #F488C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F488C6 is #0B7739. Grayscale: #AFAFAF. Windows color (decimal): -751418 or 13011188. OLE color: 13011188.

HSL color Cylindrical-coordinate representation of color #F488C6: hue angle of 325.56º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F488C6 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB244136198-
CMYK00.440.190.04
HSL325.56º83.08%74.51%-
HSV(B)325.56º44.26%95.69%-
XYZ56.3140.9258.36-
YUV175.36140.78176.96-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.21%
GREEN value IS 136 (53.52% from 255) = 23.53%
BLUE value IS 198 (77.73% from 255) = 34.26%
R=42.21%
G=23.53%
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.04
SystemRedGreenBlueCMYKHSL
Decimal24413619800.440.190.04325.5683.0874.51
HexF488C602C134146534b
Octal364210306054234506123113
Binary11110100100010001100011001011001001110010100011010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F488C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F488C6; }

 p { color: rgb(244,136,198); }

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

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

 a { background-color: rgb(244,136,198); }

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

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

 span { border-color: rgb(244,136,198); }

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