#F28ED1

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

Shades of Tea Rose #F28ED1

Tints of Tea Rose #F28ED1

Color information

#F28ED1 (or 0xF28ED1) is unknown color: approx Tea Rose. HEX triplet: F2, 8E and D1. RGB value is (242,142,209). Sum of RGB (Red+Green+Blue) = 242+142+209=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 142 (55.86% from 255 or 23.95% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F28ED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28ED1 is #0D712E. Grayscale: #B3B3B3. Windows color (decimal): -880943 or 13733618. OLE color: 13733618.

HSL color Cylindrical-coordinate representation of color #F28ED1: hue angle of 319.8º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F28ED1 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB242142209-
CMYK00.410.140.05
HSL319.8º79.37%75.29%-
HSV(B)319.8º41.32%94.9%-
XYZ57.842.8365.54-
YUV179.54144.63172.55-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.81%
GREEN value IS 142 (55.86% from 255) = 23.95%
BLUE value IS 209 (82.03% from 255) = 35.24%
R=40.81%
G=23.95%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214220900.410.140.05319.879.3775.29
HexF28ED1029E51404f4b
Octal362216321051165500117113
Binary1111001010001110110100010101001111010110100000010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28ED1; }

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

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

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

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

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

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

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

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