#F48EC0

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

Shades of Tea Rose #F48EC0

Tints of Tea Rose #F48EC0

Color information

#F48EC0 (or 0xF48EC0) is unknown color: approx Tea Rose. HEX triplet: F4, 8E and C0. RGB value is (244,142,192). Sum of RGB (Red+Green+Blue) = 244+142+192=578 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.21% from 578); Green value is 142 (55.86% from 255 or 24.57% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 244 - color contains mainly: red. Hex color #F48EC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48EC0 is #0B713F. Grayscale: #B2B2B2. Windows color (decimal): -749888 or 12619508. OLE color: 12619508.

HSL color Cylindrical-coordinate representation of color #F48EC0: hue angle of 330.59º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F48EC0 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB244142192-
CMYK00.420.210.04
HSL330.59º82.26%75.69%-
HSV(B)330.59º41.8%95.69%-
XYZ56.542.3855.07-
YUV178.2135.79174.93-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.21%
GREEN value IS 142 (55.86% from 255) = 24.57%
BLUE value IS 192 (75.39% from 255) = 33.22%
R=42.21%
G=24.57%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414219200.420.210.04330.5982.2675.69
HexF48EC002A15414b524c
Octal364216300052254513122114
Binary11110100100011101100000001010101010110010100101110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48EC0; }

 p { color: rgb(244,142,192); }

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

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

 a { background-color: rgb(244,142,192); }

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

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

 span { border-color: rgb(244,142,192); }

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