Html Css Color HEX #F98DD5 Pale Magenta

📋 copy color: '#F98DD5'

red 249 ◦ green 141 ◦ blue 213

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

Shades of Pale Magenta #F98DD5

Tints of Pale Magenta #F98DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.32%

R = 41.29%
G = 23.38%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F98DD5 (or 0xF98DD5) is known color: Pale Magenta. HEX triplet: F9, 8D and D5. RGB value is (249,141,213). Sum of RGB (Red+Green+Blue) = 249+141+213=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 141 (55.47% from 255 or 23.38% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98DD5 is #06722A. Grayscale: #B5B5B5. Windows color (decimal): -422443 or 13995513. OLE color: 13995513.

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

Color convert

RGB 249 141 213 -
CMYK 0 0.43 0.14 0.02
HSL 320º 0.9% 0.76% -
HSV(B) 320º 0.43% 0.98% -
XYZ 60.6 43.99 68.25 -
YUV 181.5 145.78 176.15 -
System Red Green Blue C M Y K H S L
Decimal 249 141 213 0 0.43 0.14 0.02 320 0.9 0.76
Hex F9 8D D5 0 2B E 2 140 5A 4C
Octal 371 215 325 0 53 16 2 500 132 114
Binary 11111001 10001101 11010101 0 101011 1110 10 101000000 1011010 1001100

Color Harmonies of #F98DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98DD5

Black with #F98DD5

Text Example


Text Example

White with #F98DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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