#F58CA6

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

Shades of Mauvelous #F58CA6

Tints of Mauvelous #F58CA6

Color information

#F58CA6 (or 0xF58CA6) is unknown color: approx Mauvelous. HEX triplet: F5, 8C and A6. RGB value is (245,140,166). Sum of RGB (Red+Green+Blue) = 245+140+166=551 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.46% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 166 (65.23% from 255 or 30.13% from 551); Max value from RGB is 245 - color contains mainly: red. Hex color #F58CA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58CA6 is #0A7359. Grayscale: #AEAEAE. Windows color (decimal): -684890 or 10915061. OLE color: 10915061.

HSL color Cylindrical-coordinate representation of color #F58CA6: hue angle of 345.14º 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 #F58CA6 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB245140166-
CMYK00.430.320.04
HSL345.14º84%75.49%-
HSV(B)345.14º42.86%96.08%-
XYZ53.9240.9241.13-
YUV174.36123.29178.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.46%
GREEN value IS 140 (55.08% from 255) = 25.41%
BLUE value IS 166 (65.23% from 255) = 30.13%
R=44.46%
G=25.41%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514016600.430.320.04345.148475.49
HexF58CA602B204159544b
Octal365214246053404531124113
Binary111101011000110010100110010101110000010010101100110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58CA6; }

 p { color: rgb(245,140,166); }

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

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

 a { background-color: rgb(245,140,166); }

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

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

 span { border-color: rgb(245,140,166); }

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