#F48ED3

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

Shades of Tea Rose #F48ED3

Tints of Tea Rose #F48ED3

Color information

#F48ED3 (or 0xF48ED3) is unknown color: approx Tea Rose. HEX triplet: F4, 8E and D3. RGB value is (244,142,211). Sum of RGB (Red+Green+Blue) = 244+142+211=597 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.87% from 597); Green value is 142 (55.86% from 255 or 23.79% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 244 - color contains mainly: red. Hex color #F48ED3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48ED3 is #0B712C. Grayscale: #B4B4B4. Windows color (decimal): -749869 or 13864692. OLE color: 13864692.

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

Color convert

RGB244142211-
CMYK00.420.140.04
HSL319.41º82.26%75.69%-
HSV(B)319.41º41.8%95.69%-
XYZ58.7443.2866.89-
YUV180.36145.29173.39-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.87%
GREEN value IS 142 (55.86% from 255) = 23.79%
BLUE value IS 211 (82.81% from 255) = 35.34%
R=40.87%
G=23.79%
B=35.34%

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
Decimal24414221100.420.140.04319.4182.2675.69
HexF48ED302AE413f524c
Octal364216323052164477122114
Binary1111010010001110110100110101010111010010011111110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48ED3; }

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

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

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

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

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

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

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

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