Html Css Color HEX #F995AA Mauvelous

📋 copy color: '#F995AA'

red 249 ◦ green 149 ◦ blue 170

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

Shades of Mauvelous #F995AA

Tints of Mauvelous #F995AA

RGB

 RED value IS 249 (97.66% from 255) = 43.84%

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

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

R = 43.84%
G = 26.23%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F995AA (or 0xF995AA) is known color: Mauvelous. HEX triplet: F9, 95 and AA. RGB value is (249,149,170). Sum of RGB (Red+Green+Blue) = 249+149+170=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F995AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F995AA is #066A55. Grayscale: #B5B5B5. Windows color (decimal): -420438 or 11179513. OLE color: 11179513.

HSL color Cylindrical-coordinate representation of color #F995AA: hue angle of 347.4º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F995AA is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 149 170 -
CMYK 0 0.40 0.32 0.02
HSL 347.4º 0.89% 0.78% -
HSV(B) 347.4º 0.4% 0.98% -
XYZ 57.07 44.54 43.62 -
YUV 181.29 121.63 176.29 -
System Red Green Blue C M Y K H S L
Decimal 249 149 170 0 0.40 0.32 0.02 347.4 0.89 0.78
Hex F9 95 AA 0 28 20 2 15B 59 4E
Octal 371 225 252 0 50 40 2 533 131 116
Binary 11111001 10010101 10101010 0 101000 100000 10 101011011 1011001 1001110

Color Harmonies of #F995AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F995AA

Black with #F995AA

Text Example


Text Example

White with #F995AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F995AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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