#F28FA8

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

Shades of Mauvelous #F28FA8

Tints of Mauvelous #F28FA8

Color information

#F28FA8 (or 0xF28FA8) is unknown color: approx Mauvelous. HEX triplet: F2, 8F and A8. RGB value is (242,143,168). Sum of RGB (Red+Green+Blue) = 242+143+168=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 168 (66.02% from 255 or 30.38% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28FA8 is #0D7057. Grayscale: #AFAFAF. Windows color (decimal): -880728 or 11046898. OLE color: 11046898.

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

Color convert

RGB242143168-
CMYK00.410.310.05
HSL344.85º79.2%75.49%-
HSV(B)344.85º40.91%94.9%-
XYZ53.5141.3542.21-
YUV175.45123.8175.47-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.76%
GREEN value IS 143 (56.25% from 255) = 25.86%
BLUE value IS 168 (66.02% from 255) = 30.38%
R=43.76%
G=25.86%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214316800.410.310.05344.8579.275.49
HexF28FA80291F51594f4b
Octal362217250051375531117113
Binary11110010100011111010100001010011111110110101100110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28FA8; }

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

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

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

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

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

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

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

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