#F288AC

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

Shades of Mauvelous #F288AC

Tints of Mauvelous #F288AC

Color information

#F288AC (or 0xF288AC) is unknown color: approx Mauvelous. HEX triplet: F2, 88 and AC. RGB value is (242,136,172). Sum of RGB (Red+Green+Blue) = 242+136+172=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 242 - color contains mainly: red. Hex color #F288AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F288AC is #0D7753. Grayscale: #ABABAB. Windows color (decimal): -882516 or 11307250. OLE color: 11307250.

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

Color convert

RGB242136172-
CMYK00.440.290.05
HSL339.62º80.3%74.12%-
HSV(B)339.62º43.8%94.9%-
XYZ52.8739.4643.86-
YUV171.8128.12178.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44%
GREEN value IS 136 (53.52% from 255) = 24.73%
BLUE value IS 172 (67.58% from 255) = 31.27%
R=44%
G=24.73%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213617200.440.290.05339.6280.374.12
HexF288AC02C1D5154504a
Octal362210254054355524120112
Binary11110010100010001010110001011001110110110101010010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F288AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F288AC; }

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

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

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

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

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

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

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

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