Html Css Color HEX #F990A6 Mauvelous

📋 copy color: '#F990A6'

red 249 ◦ green 144 ◦ blue 166

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

Shades of Mauvelous #F990A6

Tints of Mauvelous #F990A6

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.76%

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

R = 44.54%
G = 25.76%
B = 29.7%

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

#F990A6 (or 0xF990A6) is known color: Mauvelous. HEX triplet: F9, 90 and A6. RGB value is (249,144,166). Sum of RGB (Red+Green+Blue) = 249+144+166=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 166 (65.23% from 255 or 29.70% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F990A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F990A6 is #066F59. Grayscale: #B1B1B1. Windows color (decimal): -421722 or 10916089. OLE color: 10916089.

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

Color convert

RGB 249 144 166 -
CMYK 0 0.42 0.33 0.02
HSL 347.43º 0.9% 0.77% -
HSV(B) 347.43º 0.42% 0.98% -
XYZ 55.92 42.84 41.4 -
YUV 177.9 121.29 178.71 -
System Red Green Blue C M Y K H S L
Decimal 249 144 166 0 0.42 0.33 0.02 347.43 0.9 0.77
Hex F9 90 A6 0 2A 21 2 15B 5A 4D
Octal 371 220 246 0 52 41 2 533 132 115
Binary 11111001 10010000 10100110 0 101010 100001 10 101011011 1011010 1001101

Color Harmonies of #F990A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F990A6

Black with #F990A6

Text Example


Text Example

White with #F990A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F990A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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