Html Css Color HEX #F992AB Mauvelous

📋 copy color: '#F992AB'

red 249 ◦ green 146 ◦ blue 171

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

Shades of Mauvelous #F992AB

Tints of Mauvelous #F992AB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.8%

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

R = 43.99%
G = 25.8%
B = 30.21%

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

#F992AB (or 0xF992AB) is known color: Mauvelous. HEX triplet: F9, 92 and AB. RGB value is (249,146,171). Sum of RGB (Red+Green+Blue) = 249+146+171=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 146 (57.42% from 255 or 25.80% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F992AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F992AB is #066D54. Grayscale: #B3B3B3. Windows color (decimal): -421205 or 11244281. OLE color: 11244281.

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

Color convert

RGB 249 146 171 -
CMYK 0 0.41 0.31 0.02
HSL 345.44º 0.9% 0.77% -
HSV(B) 345.44º 0.41% 0.98% -
XYZ 56.7 43.64 43.96 -
YUV 179.65 123.12 177.47 -
System Red Green Blue C M Y K H S L
Decimal 249 146 171 0 0.41 0.31 0.02 345.44 0.9 0.77
Hex F9 92 AB 0 29 1F 2 159 5A 4D
Octal 371 222 253 0 51 37 2 531 132 115
Binary 11111001 10010010 10101011 0 101001 11111 10 101011001 1011010 1001101

Color Harmonies of #F992AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F992AB

Black with #F992AB

Text Example


Text Example

White with #F992AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F992AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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