Html Css Color HEX #F994AA Mauvelous

📋 copy color: '#F994AA'

red 249 ◦ green 148 ◦ blue 170

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

Shades of Mauvelous #F994AA

Tints of Mauvelous #F994AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.98%

R = 43.92%
G = 26.1%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F994AA (or 0xF994AA) is known color: Mauvelous. HEX triplet: F9, 94 and AA. RGB value is (249,148,170). Sum of RGB (Red+Green+Blue) = 249+148+170=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 148 (58.20% from 255 or 26.10% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F994AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F994AA is #066B55. Grayscale: #B4B4B4. Windows color (decimal): -420694 or 11179257. OLE color: 11179257.

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

Color convert

RGB 249 148 170 -
CMYK 0 0.41 0.32 0.02
HSL 346.93º 0.89% 0.78% -
HSV(B) 346.93º 0.41% 0.98% -
XYZ 56.91 44.22 43.57 -
YUV 180.71 121.96 176.71 -
System Red Green Blue C M Y K H S L
Decimal 249 148 170 0 0.41 0.32 0.02 346.93 0.89 0.78
Hex F9 94 AA 0 29 20 2 15B 59 4E
Octal 371 224 252 0 51 40 2 533 131 116
Binary 11111001 10010100 10101010 0 101001 100000 10 101011011 1011001 1001110

Color Harmonies of #F994AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F994AA

Black with #F994AA

Text Example


Text Example

White with #F994AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F994AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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