Html Css Color HEX #F98CAC Mauvelous

📋 copy color: '#F98CAC'

red 249 ◦ green 140 ◦ blue 172

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

Shades of Mauvelous #F98CAC

Tints of Mauvelous #F98CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.96%

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

R = 44.39%
G = 24.96%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F98CAC (or 0xF98CAC) is known color: Mauvelous. HEX triplet: F9, 8C and AC. RGB value is (249,140,172). Sum of RGB (Red+Green+Blue) = 249+140+172=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 249 - color contains mainly: red. Hex color #F98CAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98CAC is #067353. Grayscale: #B0B0B0. Windows color (decimal): -422740 or 11308281. OLE color: 11308281.

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

Color convert

RGB 249 140 172 -
CMYK 0 0.44 0.31 0.02
HSL 342.39º 0.9% 0.76% -
HSV(B) 342.39º 0.44% 0.98% -
XYZ 55.89 41.87 44.17 -
YUV 176.24 125.61 179.9 -
System Red Green Blue C M Y K H S L
Decimal 249 140 172 0 0.44 0.31 0.02 342.39 0.9 0.76
Hex F9 8C AC 0 2C 1F 2 156 5A 4C
Octal 371 214 254 0 54 37 2 526 132 114
Binary 11111001 10001100 10101100 0 101100 11111 10 101010110 1011010 1001100

Color Harmonies of #F98CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98CAC

Black with #F98CAC

Text Example


Text Example

White with #F98CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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