Html Css Color HEX #F991AC Mauvelous

📋 copy color: '#F991AC'

red 249 ◦ green 145 ◦ blue 172

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

Shades of Mauvelous #F991AC

Tints of Mauvelous #F991AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.39%

R = 43.99%
G = 25.62%
B = 30.39%

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

#F991AC (or 0xF991AC) is known color: Mauvelous. HEX triplet: F9, 91 and AC. RGB value is (249,145,172). Sum of RGB (Red+Green+Blue) = 249+145+172=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F991AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F991AC is #066E53. Grayscale: #B3B3B3. Windows color (decimal): -421460 or 11309561. OLE color: 11309561.

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

Color convert

RGB 249 145 172 -
CMYK 0 0.42 0.31 0.02
HSL 344.42º 0.9% 0.77% -
HSV(B) 344.42º 0.42% 0.98% -
XYZ 56.64 43.37 44.42 -
YUV 179.17 123.96 177.8 -
System Red Green Blue C M Y K H S L
Decimal 249 145 172 0 0.42 0.31 0.02 344.42 0.9 0.77
Hex F9 91 AC 0 2A 1F 2 158 5A 4D
Octal 371 221 254 0 52 37 2 530 132 115
Binary 11111001 10010001 10101100 0 101010 11111 10 101011000 1011010 1001101

Color Harmonies of #F991AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F991AC

Black with #F991AC

Text Example


Text Example

White with #F991AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F991AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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