Html Css Color HEX #F991A6 Mauvelous

📋 copy color: '#F991A6'

red 249 ◦ green 145 ◦ blue 166

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

Shades of Mauvelous #F991A6

Tints of Mauvelous #F991A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 29.64%

R = 44.46%
G = 25.89%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F991A6 (or 0xF991A6) is known color: Mauvelous. HEX triplet: F9, 91 and A6. RGB value is (249,145,166). Sum of RGB (Red+Green+Blue) = 249+145+166=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 145 (57.03% from 255 or 25.89% from 560); Blue value is 166 (65.23% from 255 or 29.64% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F991A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F991A6 is #066E59. Grayscale: #B2B2B2. Windows color (decimal): -421466 or 10916345. OLE color: 10916345.

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

Color convert

RGB 249 145 166 -
CMYK 0 0.42 0.33 0.02
HSL 347.88º 0.9% 0.77% -
HSV(B) 347.88º 0.42% 0.98% -
XYZ 56.08 43.14 41.45 -
YUV 178.49 120.96 178.29 -
System Red Green Blue C M Y K H S L
Decimal 249 145 166 0 0.42 0.33 0.02 347.88 0.9 0.77
Hex F9 91 A6 0 2A 21 2 15C 5A 4D
Octal 371 221 246 0 52 41 2 534 132 115
Binary 11111001 10010001 10100110 0 101010 100001 10 101011100 1011010 1001101

Color Harmonies of #F991A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F991A6

Black with #F991A6

Text Example


Text Example

White with #F991A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F991A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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