Html Css Color HEX #F991AB Mauvelous

📋 copy color: '#F991AB'

red 249 ◦ green 145 ◦ blue 171

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

Shades of Mauvelous #F991AB

Tints of Mauvelous #F991AB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.66%

 BLUE value IS 171 (67.19% from 255) = 30.27%

R = 44.07%
G = 25.66%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F991AB (or 0xF991AB) is known color: Mauvelous. HEX triplet: F9, 91 and AB. RGB value is (249,145,171). Sum of RGB (Red+Green+Blue) = 249+145+171=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 145 (57.03% from 255 or 25.66% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F991AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F991AB is #066E54. Grayscale: #B3B3B3. Windows color (decimal): -421461 or 11244025. OLE color: 11244025.

HSL color Cylindrical-coordinate representation of color #F991AB: hue angle of 345º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F991AB is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 145 171 -
CMYK 0 0.42 0.31 0.02
HSL 345º 0.9% 0.77% -
HSV(B) 345º 0.42% 0.98% -
XYZ 56.54 43.33 43.91 -
YUV 179.06 123.46 177.89 -
System Red Green Blue C M Y K H S L
Decimal 249 145 171 0 0.42 0.31 0.02 345 0.9 0.77
Hex F9 91 AB 0 2A 1F 2 159 5A 4D
Octal 371 221 253 0 52 37 2 531 132 115
Binary 11111001 10010001 10101011 0 101010 11111 10 101011001 1011010 1001101

Color Harmonies of #F991AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F991AB

Black with #F991AB

Text Example


Text Example

White with #F991AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F991AB; }

 p { color: rgb(249,145,171); }

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

background-color css

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

 a { background-color: rgb(249,145,171); }

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

border-color css

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

 span { border-color: rgb(249,145,171); }

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