Html Css Color HEX #F97CDD Pale Magenta

📋 copy color: '#F97CDD'

red 249 ◦ green 124 ◦ blue 221

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

Shades of Pale Magenta #F97CDD

Tints of Pale Magenta #F97CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.88%

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

R = 41.92%
G = 20.88%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F97CDD (or 0xF97CDD) is known color: Pale Magenta. HEX triplet: F9, 7C and DD. RGB value is (249,124,221). Sum of RGB (Red+Green+Blue) = 249+124+221=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 124 (48.83% from 255 or 20.88% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F97CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97CDD is #068322. Grayscale: #ACACAC. Windows color (decimal): -426787 or 14515449. OLE color: 14515449.

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

Color convert

RGB 249 124 221 -
CMYK 0 0.50 0.11 0.02
HSL 313.44º 0.91% 0.73% -
HSV(B) 313.44º 0.5% 0.98% -
XYZ 59.33 39.78 72.96 -
YUV 172.43 155.41 182.61 -
System Red Green Blue C M Y K H S L
Decimal 249 124 221 0 0.50 0.11 0.02 313.44 0.91 0.73
Hex F9 7C DD 0 32 B 2 139 5B 49
Octal 371 174 335 0 62 13 2 471 133 111
Binary 11111001 1111100 11011101 0 110010 1011 10 100111001 1011011 1001001

Color Harmonies of #F97CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97CDD

Black with #F97CDD

Text Example


Text Example

White with #F97CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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