Html Css Color HEX #F992AC Mauvelous

📋 copy color: '#F992AC'

red 249 ◦ green 146 ◦ blue 172

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

Shades of Mauvelous #F992AC

Tints of Mauvelous #F992AC

RGB

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

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

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

R = 43.92%
G = 25.75%
B = 30.34%

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

#F992AC (or 0xF992AC) is known color: Mauvelous. HEX triplet: F9, 92 and AC. RGB value is (249,146,172). Sum of RGB (Red+Green+Blue) = 249+146+172=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F992AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F992AC is #066D53. Grayscale: #B3B3B3. Windows color (decimal): -421204 or 11309817. OLE color: 11309817.

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

Color convert

RGB 249 146 172 -
CMYK 0 0.41 0.31 0.02
HSL 344.85º 0.9% 0.77% -
HSV(B) 344.85º 0.41% 0.98% -
XYZ 56.79 43.68 44.47 -
YUV 179.76 123.62 177.39 -
System Red Green Blue C M Y K H S L
Decimal 249 146 172 0 0.41 0.31 0.02 344.85 0.9 0.77
Hex F9 92 AC 0 29 1F 2 159 5A 4D
Octal 371 222 254 0 51 37 2 531 132 115
Binary 11111001 10010010 10101100 0 101001 11111 10 101011001 1011010 1001101

Color Harmonies of #F992AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F992AC

Black with #F992AC

Text Example


Text Example

White with #F992AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F992AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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