Html Css Color HEX #F98DDD Pale Magenta

📋 copy color: '#F98DDD'

red 249 ◦ green 141 ◦ blue 221

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

Shades of Pale Magenta #F98DDD

Tints of Pale Magenta #F98DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.17%

R = 40.75%
G = 23.08%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F98DDD (or 0xF98DDD) is known color: Pale Magenta. HEX triplet: F9, 8D and DD. RGB value is (249,141,221). Sum of RGB (Red+Green+Blue) = 249+141+221=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 141 (55.47% from 255 or 23.08% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98DDD is #067222. Grayscale: #B6B6B6. Windows color (decimal): -422435 or 14519801. OLE color: 14519801.

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

Color convert

RGB 249 141 221 -
CMYK 0 0.43 0.11 0.02
HSL 315.56º 0.9% 0.76% -
HSV(B) 315.56º 0.43% 0.98% -
XYZ 61.64 44.41 73.73 -
YUV 182.41 149.78 175.5 -
System Red Green Blue C M Y K H S L
Decimal 249 141 221 0 0.43 0.11 0.02 315.56 0.9 0.76
Hex F9 8D DD 0 2B B 2 13C 5A 4C
Octal 371 215 335 0 53 13 2 474 132 114
Binary 11111001 10001101 11011101 0 101011 1011 10 100111100 1011010 1001100

Color Harmonies of #F98DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98DDD

Black with #F98DDD

Text Example


Text Example

White with #F98DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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