Html Css Color HEX #F98CA2 Mauvelous

📋 copy color: '#F98CA2'

red 249 ◦ green 140 ◦ blue 162

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

Shades of Mauvelous #F98CA2

Tints of Mauvelous #F98CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.4%

R = 45.19%
G = 25.41%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F98CA2 (or 0xF98CA2) is known color: Mauvelous. HEX triplet: F9, 8C and A2. RGB value is (249,140,162). Sum of RGB (Red+Green+Blue) = 249+140+162=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 162 (63.67% from 255 or 29.40% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F98CA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98CA2 is #06735D. Grayscale: #AFAFAF. Windows color (decimal): -422750 or 10652921. OLE color: 10652921.

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

Color convert

RGB 249 140 162 -
CMYK 0 0.44 0.35 0.02
HSL 347.89º 0.9% 0.76% -
HSV(B) 347.89º 0.44% 0.98% -
XYZ 54.97 41.5 39.3 -
YUV 175.1 120.61 180.71 -
System Red Green Blue C M Y K H S L
Decimal 249 140 162 0 0.44 0.35 0.02 347.89 0.9 0.76
Hex F9 8C A2 0 2C 23 2 15C 5A 4C
Octal 371 214 242 0 54 43 2 534 132 114
Binary 11111001 10001100 10100010 0 101100 100011 10 101011100 1011010 1001100

Color Harmonies of #F98CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98CA2

Black with #F98CA2

Text Example


Text Example

White with #F98CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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