Html Css Color HEX #F991AE Mauvelous

📋 copy color: '#F991AE'

red 249 ◦ green 145 ◦ blue 174

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

Shades of Mauvelous #F991AE

Tints of Mauvelous #F991AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.63%

R = 43.84%
G = 25.53%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F991AE (or 0xF991AE) is known color: Mauvelous. HEX triplet: F9, 91 and AE. RGB value is (249,145,174). Sum of RGB (Red+Green+Blue) = 249+145+174=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 145 (57.03% from 255 or 25.53% from 568); Blue value is 174 (68.36% from 255 or 30.63% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F991AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F991AE is #066E51. Grayscale: #B3B3B3. Windows color (decimal): -421458 or 11440633. OLE color: 11440633.

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

Color convert

RGB 249 145 174 -
CMYK 0 0.42 0.30 0.02
HSL 343.27º 0.9% 0.77% -
HSV(B) 343.27º 0.42% 0.98% -
XYZ 56.83 43.45 45.44 -
YUV 179.4 124.96 177.64 -
System Red Green Blue C M Y K H S L
Decimal 249 145 174 0 0.42 0.30 0.02 343.27 0.9 0.77
Hex F9 91 AE 0 2A 1E 2 157 5A 4D
Octal 371 221 256 0 52 36 2 527 132 115
Binary 11111001 10010001 10101110 0 101010 11110 10 101010111 1011010 1001101

Color Harmonies of #F991AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F991AE

Black with #F991AE

Text Example


Text Example

White with #F991AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F991AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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