#F48ED2

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

Shades of Tea Rose #F48ED2

Tints of Tea Rose #F48ED2

Color information

#F48ED2 (or 0xF48ED2) is unknown color: approx Tea Rose. HEX triplet: F4, 8E and D2. RGB value is (244,142,210). Sum of RGB (Red+Green+Blue) = 244+142+210=596 (78% of max value = 765). Red value is 244 (95.70% from 255 or 40.94% from 596); Green value is 142 (55.86% from 255 or 23.83% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 244 - color contains mainly: red. Hex color #F48ED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48ED2 is #0B712D. Grayscale: #B4B4B4. Windows color (decimal): -749870 or 13799156. OLE color: 13799156.

HSL color Cylindrical-coordinate representation of color #F48ED2: hue angle of 320º 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 #F48ED2 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB244142210-
CMYK00.420.140.04
HSL320º82.26%75.69%-
HSV(B)320º41.8%95.69%-
XYZ58.6143.2366.23-
YUV180.25144.79173.47-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.94%
GREEN value IS 142 (55.86% from 255) = 23.83%
BLUE value IS 210 (82.42% from 255) = 35.23%
R=40.94%
G=23.83%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414221000.420.140.0432082.2675.69
HexF48ED202AE4140524c
Octal364216322052164500122114
Binary1111010010001110110100100101010111010010100000010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48ED2; }

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

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

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

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

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

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

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

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