Html Css Color HEX #F58BAA Mauvelous

📋 copy color: '#F58BAA'

red 245 ◦ green 139 ◦ blue 170

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

Shades of Mauvelous #F58BAA

Tints of Mauvelous #F58BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.09%

 BLUE value IS 170 (66.8% from 255) = 30.69%

R = 44.22%
G = 25.09%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F58BAA (or 0xF58BAA) is known color: Mauvelous. HEX triplet: F5, 8B and AA. RGB value is (245,139,170). Sum of RGB (Red+Green+Blue) = 245+139+170=554 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.22% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 245 - color contains mainly: red. Hex color #F58BAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58BAA is #0A7455. Grayscale: #AEAEAE. Windows color (decimal): -685142 or 11176949. OLE color: 11176949.

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

Color convert

RGB 245 139 170 -
CMYK 0 0.43 0.31 0.04
HSL 342.45º 0.84% 0.75% -
HSV(B) 342.45º 0.43% 0.96% -
XYZ 54.14 40.78 43.05 -
YUV 174.23 125.62 178.48 -
System Red Green Blue C M Y K H S L
Decimal 245 139 170 0 0.43 0.31 0.04 342.45 0.84 0.75
Hex F5 8B AA 0 2B 1F 4 156 54 4B
Octal 365 213 252 0 53 37 4 526 124 113
Binary 11110101 10001011 10101010 0 101011 11111 100 101010110 1010100 1001011

Color Harmonies of #F58BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58BAA

Black with #F58BAA

Text Example


Text Example

White with #F58BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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