Html Css Color HEX #F98DDF Pale Magenta

📋 copy color: '#F98DDF'

red 249 ◦ green 141 ◦ blue 223

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

Shades of Pale Magenta #F98DDF

Tints of Pale Magenta #F98DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.38%

R = 40.62%
G = 23%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F98DDF (or 0xF98DDF) is known color: Pale Magenta. HEX triplet: F9, 8D and DF. RGB value is (249,141,223). Sum of RGB (Red+Green+Blue) = 249+141+223=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 141 (55.47% from 255 or 23.00% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98DDF is #067220. Grayscale: #B6B6B6. Windows color (decimal): -422433 or 14650873. OLE color: 14650873.

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

Color convert

RGB 249 141 223 -
CMYK 0 0.43 0.10 0.02
HSL 314.44º 0.9% 0.76% -
HSV(B) 314.44º 0.43% 0.98% -
XYZ 61.91 44.52 75.14 -
YUV 182.64 150.78 175.33 -
System Red Green Blue C M Y K H S L
Decimal 249 141 223 0 0.43 0.10 0.02 314.44 0.9 0.76
Hex F9 8D DF 0 2B A 2 13A 5A 4C
Octal 371 215 337 0 53 12 2 472 132 114
Binary 11111001 10001101 11011111 0 101011 1010 10 100111010 1011010 1001100

Color Harmonies of #F98DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98DDF

Black with #F98DDF

Text Example


Text Example

White with #F98DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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