Html Css Color HEX #F98DDC Pale Magenta

📋 copy color: '#F98DDC'

red 249 ◦ green 141 ◦ blue 220

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

Shades of Pale Magenta #F98DDC

Tints of Pale Magenta #F98DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.07%

R = 40.82%
G = 23.11%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F98DDC (or 0xF98DDC) is known color: Pale Magenta. HEX triplet: F9, 8D and DC. RGB value is (249,141,220). Sum of RGB (Red+Green+Blue) = 249+141+220=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 141 (55.47% from 255 or 23.11% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98DDC is #067223. Grayscale: #B6B6B6. Windows color (decimal): -422436 or 14454265. OLE color: 14454265.

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

Color convert

RGB 249 141 220 -
CMYK 0 0.43 0.12 0.02
HSL 316.11º 0.9% 0.76% -
HSV(B) 316.11º 0.43% 0.98% -
XYZ 61.51 44.36 73.03 -
YUV 182.3 149.28 175.58 -
System Red Green Blue C M Y K H S L
Decimal 249 141 220 0 0.43 0.12 0.02 316.11 0.9 0.76
Hex F9 8D DC 0 2B C 2 13C 5A 4C
Octal 371 215 334 0 53 14 2 474 132 114
Binary 11111001 10001101 11011100 0 101011 1100 10 100111100 1011010 1001100

Color Harmonies of #F98DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98DDC

Black with #F98DDC

Text Example


Text Example

White with #F98DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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