Html Css Color HEX #F98DD8 Pale Magenta

📋 copy color: '#F98DD8'

red 249 ◦ green 141 ◦ blue 216

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

Shades of Pale Magenta #F98DD8

Tints of Pale Magenta #F98DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.64%

R = 41.09%
G = 23.27%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#F98DD8 (or 0xF98DD8) is known color: Pale Magenta. HEX triplet: F9, 8D and D8. RGB value is (249,141,216). Sum of RGB (Red+Green+Blue) = 249+141+216=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 141 (55.47% from 255 or 23.27% from 606); Blue value is 216 (84.77% from 255 or 35.64% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98DD8 is #067227. Grayscale: #B5B5B5. Windows color (decimal): -422440 or 14192121. OLE color: 14192121.

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

Color convert

RGB 249 141 216 -
CMYK 0 0.43 0.13 0.02
HSL 318.33º 0.9% 0.76% -
HSV(B) 318.33º 0.43% 0.98% -
XYZ 60.99 44.15 70.27 -
YUV 181.84 147.28 175.9 -
System Red Green Blue C M Y K H S L
Decimal 249 141 216 0 0.43 0.13 0.02 318.33 0.9 0.76
Hex F9 8D D8 0 2B D 2 13E 5A 4C
Octal 371 215 330 0 53 15 2 476 132 114
Binary 11111001 10001101 11011000 0 101011 1101 10 100111110 1011010 1001100

Color Harmonies of #F98DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98DD8

Black with #F98DD8

Text Example


Text Example

White with #F98DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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