#F288A7

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

Shades of Mauvelous #F288A7

Tints of Mauvelous #F288A7

Color information

#F288A7 (or 0xF288A7) is unknown color: approx Mauvelous. HEX triplet: F2, 88 and A7. RGB value is (242,136,167). Sum of RGB (Red+Green+Blue) = 242+136+167=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 136 (53.52% from 255 or 24.95% from 545); Blue value is 167 (65.62% from 255 or 30.64% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F288A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F288A7 is #0D7758. Grayscale: #ABABAB. Windows color (decimal): -882521 or 10979570. OLE color: 10979570.

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

Color convert

RGB242136167-
CMYK00.440.310.05
HSL342.45º80.3%74.12%-
HSV(B)342.45º43.8%94.9%-
XYZ52.439.2841.38-
YUV171.23125.62178.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.40%
GREEN value IS 136 (53.52% from 255) = 24.95%
BLUE value IS 167 (65.62% from 255) = 30.64%
R=44.40%
G=24.95%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213616700.440.310.05342.4580.374.12
HexF288A702C1F5156504a
Octal362210247054375526120112
Binary11110010100010001010011101011001111110110101011010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F288A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F288A7; }

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

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

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

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

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

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

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

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