Html Css Color HEX #F58DAF Mauvelous

📋 copy color: '#F58DAF'

red 245 ◦ green 141 ◦ blue 175

#F58DAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauvelous #F58DAF

Tints of Mauvelous #F58DAF

RGB

 RED value IS 245 (96.09% from 255) = 43.67%

 GREEN value IS 141 (55.47% from 255) = 25.13%

 BLUE value IS 175 (68.75% from 255) = 31.19%

R = 43.67%
G = 25.13%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F58DAF (or 0xF58DAF) is known color: Mauvelous. HEX triplet: F5, 8D and AF. RGB value is (245,141,175). Sum of RGB (Red+Green+Blue) = 245+141+175=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58DAF is #0A7250. Grayscale: #AFAFAF. Windows color (decimal): -684625 or 11505141. OLE color: 11505141.

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

Color convert

RGB 245 141 175 -
CMYK 0 0.42 0.29 0.04
HSL 340.38º 0.84% 0.76% -
HSV(B) 340.38º 0.42% 0.96% -
XYZ 54.92 41.56 45.68 -
YUV 175.97 127.46 177.24 -
System Red Green Blue C M Y K H S L
Decimal 245 141 175 0 0.42 0.29 0.04 340.38 0.84 0.76
Hex F5 8D AF 0 2A 1D 4 154 54 4C
Octal 365 215 257 0 52 35 4 524 124 114
Binary 11110101 10001101 10101111 0 101010 11101 100 101010100 1010100 1001100

Color Harmonies of #F58DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58DAF

Black with #F58DAF

Text Example


Text Example

White with #F58DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58DAF; }

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

 H1.HeaderClassName
 {
   color: #F58DAF;
 }
 .AnyTagClassName
 {
   color: #F58DAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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