Html Css Color HEX #F994AB Mauvelous

📋 copy color: '#F994AB'

red 249 ◦ green 148 ◦ blue 171

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

Shades of Mauvelous #F994AB

Tints of Mauvelous #F994AB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.06%

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

R = 43.84%
G = 26.06%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F994AB (or 0xF994AB) is known color: Mauvelous. HEX triplet: F9, 94 and AB. RGB value is (249,148,171). Sum of RGB (Red+Green+Blue) = 249+148+171=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 148 (58.20% from 255 or 26.06% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F994AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F994AB is #066B54. Grayscale: #B4B4B4. Windows color (decimal): -420693 or 11244793. OLE color: 11244793.

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

Color convert

RGB 249 148 171 -
CMYK 0 0.41 0.31 0.02
HSL 346.34º 0.89% 0.78% -
HSV(B) 346.34º 0.41% 0.98% -
XYZ 57.01 44.26 44.07 -
YUV 180.82 122.46 176.63 -
System Red Green Blue C M Y K H S L
Decimal 249 148 171 0 0.41 0.31 0.02 346.34 0.89 0.78
Hex F9 94 AB 0 29 1F 2 15A 59 4E
Octal 371 224 253 0 51 37 2 532 131 116
Binary 11111001 10010100 10101011 0 101001 11111 10 101011010 1011001 1001110

Color Harmonies of #F994AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F994AB

Black with #F994AB

Text Example


Text Example

White with #F994AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F994AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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