Html Css Color HEX #F595AA Mauvelous

📋 copy color: '#F595AA'

red 245 ◦ green 149 ◦ blue 170

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

Shades of Mauvelous #F595AA

Tints of Mauvelous #F595AA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.42%

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

R = 43.44%
G = 26.42%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F595AA (or 0xF595AA) is known color: Mauvelous. HEX triplet: F5, 95 and AA. RGB value is (245,149,170). Sum of RGB (Red+Green+Blue) = 245+149+170=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F595AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F595AA is #0A6A55. Grayscale: #B4B4B4. Windows color (decimal): -682582 or 11179509. OLE color: 11179509.

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

Color convert

RGB 245 149 170 -
CMYK 0 0.39 0.31 0.04
HSL 346.88º 0.83% 0.77% -
HSV(B) 346.88º 0.39% 0.96% -
XYZ 55.66 43.81 43.55 -
YUV 180.1 122.3 174.29 -
System Red Green Blue C M Y K H S L
Decimal 245 149 170 0 0.39 0.31 0.04 346.88 0.83 0.77
Hex F5 95 AA 0 27 1F 4 15B 53 4D
Octal 365 225 252 0 47 37 4 533 123 115
Binary 11110101 10010101 10101010 0 100111 11111 100 101011011 1010011 1001101

Color Harmonies of #F595AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F595AA

Black with #F595AA

Text Example


Text Example

White with #F595AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F595AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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