#F48ED1

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

Shades of Tea Rose #F48ED1

Tints of Tea Rose #F48ED1

Color information

#F48ED1 (or 0xF48ED1) is unknown color: approx Tea Rose. HEX triplet: F4, 8E and D1. RGB value is (244,142,209). Sum of RGB (Red+Green+Blue) = 244+142+209=595 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.01% from 595); Green value is 142 (55.86% from 255 or 23.87% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 244 - color contains mainly: red. Hex color #F48ED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48ED1 is #0B712E. Grayscale: #B3B3B3. Windows color (decimal): -749871 or 13733620. OLE color: 13733620.

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

Color convert

RGB244142209-
CMYK00.420.140.04
HSL320.59º82.26%75.69%-
HSV(B)320.59º41.8%95.69%-
XYZ58.4943.1865.57-
YUV180.14144.29173.55-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.01%
GREEN value IS 142 (55.86% from 255) = 23.87%
BLUE value IS 209 (82.03% from 255) = 35.13%
R=41.01%
G=23.87%
B=35.13%

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
Decimal24414220900.420.140.04320.5982.2675.69
HexF48ED102AE4141524c
Octal364216321052164501122114
Binary1111010010001110110100010101010111010010100000110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48ED1; }

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

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

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

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

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

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

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

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