#F58BAF

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

Shades of Mauvelous #F58BAF

Tints of Mauvelous #F58BAF

Color information

#F58BAF (or 0xF58BAF) is unknown color: approx Mauvelous. HEX triplet: F5, 8B and AF. RGB value is (245,139,175). Sum of RGB (Red+Green+Blue) = 245+139+175=559 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.83% from 559); Green value is 139 (54.69% from 255 or 24.87% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 245 - color contains mainly: red. Hex color #F58BAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58BAF is #0A7450. Grayscale: #AEAEAE. Windows color (decimal): -685137 or 11504629. OLE color: 11504629.

HSL color Cylindrical-coordinate representation of color #F58BAF: hue angle of 339.62º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F58BAF is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB245139175-
CMYK00.430.290.04
HSL339.62º84.13%75.29%-
HSV(B)339.62º43.27%96.08%-
XYZ54.6340.9745.59-
YUV174.8128.12178.07-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.83%
GREEN value IS 139 (54.69% from 255) = 24.87%
BLUE value IS 175 (68.75% from 255) = 31.31%
R=43.83%
G=24.87%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513917500.430.290.04339.6284.1375.29
HexF58BAF02B1D4154544b
Octal365213257053354524124113
Binary11110101100010111010111101010111110110010101010010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58BAF; }

 p { color: rgb(245,139,175); }

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

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

 a { background-color: rgb(245,139,175); }

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

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

 span { border-color: rgb(245,139,175); }

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