Html Css Color HEX #F990AC Mauvelous

📋 copy color: '#F990AC'

red 249 ◦ green 144 ◦ blue 172

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

Shades of Mauvelous #F990AC

Tints of Mauvelous #F990AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.44%

R = 44.07%
G = 25.49%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F990AC (or 0xF990AC) is known color: Mauvelous. HEX triplet: F9, 90 and AC. RGB value is (249,144,172). Sum of RGB (Red+Green+Blue) = 249+144+172=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F990AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F990AC is #066F53. Grayscale: #B2B2B2. Windows color (decimal): -421716 or 11309305. OLE color: 11309305.

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

Color convert

RGB 249 144 172 -
CMYK 0 0.42 0.31 0.02
HSL 344º 0.9% 0.77% -
HSV(B) 344º 0.42% 0.98% -
XYZ 56.49 43.06 44.36 -
YUV 178.59 124.29 178.22 -
System Red Green Blue C M Y K H S L
Decimal 249 144 172 0 0.42 0.31 0.02 344 0.9 0.77
Hex F9 90 AC 0 2A 1F 2 158 5A 4D
Octal 371 220 254 0 52 37 2 530 132 115
Binary 11111001 10010000 10101100 0 101010 11111 10 101011000 1011010 1001101

Color Harmonies of #F990AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F990AC

Black with #F990AC

Text Example


Text Example

White with #F990AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F990AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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