#F28FC9

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

Shades of Tea Rose #F28FC9

Tints of Tea Rose #F28FC9

Color information

#F28FC9 (or 0xF28FC9) is unknown color: approx Tea Rose. HEX triplet: F2, 8F and C9. RGB value is (242,143,201). Sum of RGB (Red+Green+Blue) = 242+143+201=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 143 (56.25% from 255 or 24.40% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28FC9 is #0D7036. Grayscale: #B3B3B3. Windows color (decimal): -880695 or 13209586. OLE color: 13209586.

HSL color Cylindrical-coordinate representation of color #F28FC9: hue angle of 324.85º 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 #F28FC9 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB242143201-
CMYK00.410.170.05
HSL324.85º79.2%75.49%-
HSV(B)324.85º40.91%94.9%-
XYZ56.9842.7460.5-
YUV179.21140.3172.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.30%
GREEN value IS 143 (56.25% from 255) = 24.40%
BLUE value IS 201 (78.91% from 255) = 34.30%
R=41.30%
G=24.40%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214320100.410.170.05324.8579.275.49
HexF28FC90291151454f4b
Octal362217311051215505117113
Binary11110010100011111100100101010011000110110100010110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28FC9; }

 p { color: rgb(242,143,201); }

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

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

 a { background-color: rgb(242,143,201); }

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

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

 span { border-color: rgb(242,143,201); }

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