Html Css Color HEX #F98DAF Mauvelous

📋 copy color: '#F98DAF'

red 249 ◦ green 141 ◦ blue 175

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

Shades of Mauvelous #F98DAF

Tints of Mauvelous #F98DAF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.96%

 BLUE value IS 175 (68.75% from 255) = 30.97%

R = 44.07%
G = 24.96%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F98DAF (or 0xF98DAF) is known color: Mauvelous. HEX triplet: F9, 8D and AF. RGB value is (249,141,175). Sum of RGB (Red+Green+Blue) = 249+141+175=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98DAF is #067250. Grayscale: #B1B1B1. Windows color (decimal): -422481 or 11505145. OLE color: 11505145.

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

Color convert

RGB 249 141 175 -
CMYK 0 0.43 0.30 0.02
HSL 341.11º 0.9% 0.76% -
HSV(B) 341.11º 0.43% 0.98% -
XYZ 56.33 42.28 45.75 -
YUV 177.17 126.78 179.24 -
System Red Green Blue C M Y K H S L
Decimal 249 141 175 0 0.43 0.30 0.02 341.11 0.9 0.76
Hex F9 8D AF 0 2B 1E 2 155 5A 4C
Octal 371 215 257 0 53 36 2 525 132 114
Binary 11111001 10001101 10101111 0 101011 11110 10 101010101 1011010 1001100

Color Harmonies of #F98DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98DAF

Black with #F98DAF

Text Example


Text Example

White with #F98DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98DAF; }

 p { color: rgb(249,141,175); }

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

background-color css

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

 a { background-color: rgb(249,141,175); }

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

border-color css

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

 span { border-color: rgb(249,141,175); }

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