Html Css Color HEX #F593AA Mauvelous

📋 copy color: '#F593AA'

red 245 ◦ green 147 ◦ blue 170

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

Shades of Mauvelous #F593AA

Tints of Mauvelous #F593AA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.16%

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

R = 43.59%
G = 26.16%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F593AA (or 0xF593AA) is known color: Mauvelous. HEX triplet: F5, 93 and AA. RGB value is (245,147,170). Sum of RGB (Red+Green+Blue) = 245+147+170=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 245 - color contains mainly: red. Hex color #F593AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F593AA is #0A6C55. Grayscale: #B2B2B2. Windows color (decimal): -683094 or 11178997. OLE color: 11178997.

HSL color Cylindrical-coordinate representation of color #F593AA: hue angle of 345.92º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F593AA is Cyan = 0, Magento = 0.4, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 147 170 -
CMYK 0 0.4 0.31 0.04
HSL 345.92º 0.83% 0.77% -
HSV(B) 345.92º 0.4% 0.96% -
XYZ 55.35 43.18 43.45 -
YUV 178.92 122.97 175.13 -
System Red Green Blue C M Y K H S L
Decimal 245 147 170 0 0.4 0.31 0.04 345.92 0.83 0.77
Hex F5 93 AA 0 28 1F 4 15A 53 4D
Octal 365 223 252 0 50 37 4 532 123 115
Binary 11110101 10010011 10101010 0 101000 11111 100 101011010 1010011 1001101

Color Harmonies of #F593AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F593AA

Black with #F593AA

Text Example


Text Example

White with #F593AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F593AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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