#F28AD2

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

Shades of Tea Rose #F28AD2

Tints of Tea Rose #F28AD2

Color information

#F28AD2 (or 0xF28AD2) is unknown color: approx Tea Rose. HEX triplet: F2, 8A and D2. RGB value is (242,138,210). Sum of RGB (Red+Green+Blue) = 242+138+210=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 138 (54.30% from 255 or 23.39% from 590); Blue value is 210 (82.42% from 255 or 35.59% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F28AD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28AD2 is #0D752D. Grayscale: #B1B1B1. Windows color (decimal): -881966 or 13798130. OLE color: 13798130.

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

Color convert

RGB242138210-
CMYK00.430.130.05
HSL318.46º80%74.51%-
HSV(B)318.46º42.98%94.9%-
XYZ57.3441.7166-
YUV177.3146.46174.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.02%
GREEN value IS 138 (54.30% from 255) = 23.39%
BLUE value IS 210 (82.42% from 255) = 35.59%
R=41.02%
G=23.39%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213821000.430.130.05318.468074.51
HexF28AD202BD513e504b
Octal362212322053155476120113
Binary1111001010001010110100100101011110110110011111010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28AD2; }

 p { color: rgb(242,138,210); }

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

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

 a { background-color: rgb(242,138,210); }

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

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

 span { border-color: rgb(242,138,210); }

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