#F28FC8

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

Shades of Tea Rose #F28FC8

Tints of Tea Rose #F28FC8

Color information

#F28FC8 (or 0xF28FC8) is unknown color: approx Tea Rose. HEX triplet: F2, 8F and C8. RGB value is (242,143,200). Sum of RGB (Red+Green+Blue) = 242+143+200=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28FC8 is #0D7037. Grayscale: #B2B2B2. Windows color (decimal): -880696 or 13144050. OLE color: 13144050.

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

Color convert

RGB242143200-
CMYK00.410.170.05
HSL325.45º79.2%75.49%-
HSV(B)325.45º40.91%94.9%-
XYZ56.8742.6959.89-
YUV179.1139.8172.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.37%
GREEN value IS 143 (56.25% from 255) = 24.44%
BLUE value IS 200 (78.52% from 255) = 34.19%
R=41.37%
G=24.44%
B=34.19%

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
Decimal24214320000.410.170.05325.4579.275.49
HexF28FC80291151454f4b
Octal362217310051215505117113
Binary11110010100011111100100001010011000110110100010110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28FC8; }

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

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

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

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

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

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

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

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