#F087AF

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

Shades of Mauvelous #F087AF

Tints of Mauvelous #F087AF

Color information

#F087AF (or 0xF087AF) is unknown color: approx Mauvelous. HEX triplet: F0, 87 and AF. RGB value is (240,135,175). Sum of RGB (Red+Green+Blue) = 240+135+175=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 135 (53.12% from 255 or 24.55% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F087AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F087AF is #0F7850. Grayscale: #AAAAAA. Windows color (decimal): -1013841 or 11503600. OLE color: 11503600.

HSL color Cylindrical-coordinate representation of color #F087AF: hue angle of 337.14º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F087AF is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB240135175-
CMYK00.440.270.06
HSL337.14º77.78%73.53%-
HSV(B)337.14º43.75%94.12%-
XYZ52.3438.9545.32-
YUV170.96130.29177.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.64%
GREEN value IS 135 (53.12% from 255) = 24.55%
BLUE value IS 175 (68.75% from 255) = 31.82%
R=43.64%
G=24.55%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013517500.440.270.06337.1477.7873.53
HexF087AF02C1B61514e4a
Octal360207257054336521116112
Binary11110000100001111010111101011001101111010101000110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F087AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F087AF; }

 p { color: rgb(240,135,175); }

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

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

 a { background-color: rgb(240,135,175); }

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

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

 span { border-color: rgb(240,135,175); }

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