Html Css Color HEX #F97DE1 Pale Magenta

📋 copy color: '#F97DE1'

red 249 ◦ green 125 ◦ blue 225

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

Shades of Pale Magenta #F97DE1

Tints of Pale Magenta #F97DE1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.87%

 BLUE value IS 225 (88.28% from 255) = 37.56%

R = 41.57%
G = 20.87%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F97DE1 (or 0xF97DE1) is known color: Pale Magenta. HEX triplet: F9, 7D and E1. RGB value is (249,125,225). Sum of RGB (Red+Green+Blue) = 249+125+225=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 125 (49.22% from 255 or 20.87% from 599); Blue value is 225 (88.28% from 255 or 37.56% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F97DE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97DE1 is #06821E. Grayscale: #ADADAD. Windows color (decimal): -426527 or 14777849. OLE color: 14777849.

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

Color convert

RGB 249 125 225 -
CMYK 0 0.50 0.10 0.02
HSL 311.61º 0.91% 0.73% -
HSV(B) 311.61º 0.5% 0.98% -
XYZ 59.99 40.24 75.84 -
YUV 173.48 157.08 181.87 -
System Red Green Blue C M Y K H S L
Decimal 249 125 225 0 0.50 0.10 0.02 311.61 0.91 0.73
Hex F9 7D E1 0 32 A 2 138 5B 49
Octal 371 175 341 0 62 12 2 470 133 111
Binary 11111001 1111101 11100001 0 110010 1010 10 100111000 1011011 1001001

Color Harmonies of #F97DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97DE1

Black with #F97DE1

Text Example


Text Example

White with #F97DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97DE1; }

 p { color: rgb(249,125,225); }

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

background-color css

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

 a { background-color: rgb(249,125,225); }

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

border-color css

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

 span { border-color: rgb(249,125,225); }

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