Html Css Color HEX #F97FDD Pale Magenta

📋 copy color: '#F97FDD'

red 249 ◦ green 127 ◦ blue 221

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

Shades of Pale Magenta #F97FDD

Tints of Pale Magenta #F97FDD

RGB

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

 GREEN value IS 127 (50% from 255) = 21.27%

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

R = 41.71%
G = 21.27%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F97FDD (or 0xF97FDD) is known color: Pale Magenta. HEX triplet: F9, 7F and DD. RGB value is (249,127,221). Sum of RGB (Red+Green+Blue) = 249+127+221=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 127 (50% from 255 or 21.27% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F97FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97FDD is #068022. Grayscale: #ADADAD. Windows color (decimal): -426019 or 14516217. OLE color: 14516217.

HSL color Cylindrical-coordinate representation of color #F97FDD: hue angle of 313.77º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F97FDD is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 127 221 -
CMYK 0 0.49 0.11 0.02
HSL 313.77º 0.91% 0.74% -
HSV(B) 313.77º 0.49% 0.98% -
XYZ 59.71 40.54 73.08 -
YUV 174.19 154.42 181.36 -
System Red Green Blue C M Y K H S L
Decimal 249 127 221 0 0.49 0.11 0.02 313.77 0.91 0.74
Hex F9 7F DD 0 31 B 2 13A 5B 4A
Octal 371 177 335 0 61 13 2 472 133 112
Binary 11111001 1111111 11011101 0 110001 1011 10 100111010 1011011 1001010

Color Harmonies of #F97FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97FDD

Black with #F97FDD

Text Example


Text Example

White with #F97FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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