#F28FA7

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

Shades of Mauvelous #F28FA7

Tints of Mauvelous #F28FA7

Color information

#F28FA7 (or 0xF28FA7) is unknown color: approx Mauvelous. HEX triplet: F2, 8F and A7. RGB value is (242,143,167). Sum of RGB (Red+Green+Blue) = 242+143+167=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 167 (65.62% from 255 or 30.25% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28FA7 is #0D7058. Grayscale: #AFAFAF. Windows color (decimal): -880729 or 10981362. OLE color: 10981362.

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

Color convert

RGB242143167-
CMYK00.410.310.05
HSL345.45º79.2%75.49%-
HSV(B)345.45º40.91%94.9%-
XYZ53.4241.3141.72-
YUV175.34123.3175.55-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.84%
GREEN value IS 143 (56.25% from 255) = 25.91%
BLUE value IS 167 (65.62% from 255) = 30.25%
R=43.84%
G=25.91%
B=30.25%

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
Decimal24214316700.410.310.05345.4579.275.49
HexF28FA70291F51594f4b
Octal362217247051375531117113
Binary11110010100011111010011101010011111110110101100110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28FA7; }

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

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

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

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

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

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

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

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