Html Css Color HEX #F98CA8 Mauvelous

📋 copy color: '#F98CA8'

red 249 ◦ green 140 ◦ blue 168

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

Shades of Mauvelous #F98CA8

Tints of Mauvelous #F98CA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.16%

R = 44.7%
G = 25.13%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F98CA8 (or 0xF98CA8) is known color: Mauvelous. HEX triplet: F9, 8C and A8. RGB value is (249,140,168). Sum of RGB (Red+Green+Blue) = 249+140+168=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F98CA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98CA8 is #067357. Grayscale: #AFAFAF. Windows color (decimal): -422744 or 11046137. OLE color: 11046137.

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

Color convert

RGB 249 140 168 -
CMYK 0 0.44 0.33 0.02
HSL 344.59º 0.9% 0.76% -
HSV(B) 344.59º 0.44% 0.98% -
XYZ 55.51 41.72 42.17 -
YUV 175.78 123.61 180.22 -
System Red Green Blue C M Y K H S L
Decimal 249 140 168 0 0.44 0.33 0.02 344.59 0.9 0.76
Hex F9 8C A8 0 2C 21 2 159 5A 4C
Octal 371 214 250 0 54 41 2 531 132 114
Binary 11111001 10001100 10101000 0 101100 100001 10 101011001 1011010 1001100

Color Harmonies of #F98CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98CA8

Black with #F98CA8

Text Example


Text Example

White with #F98CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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