Html Css Color HEX #F97DE9 Pale Magenta

📋 copy color: '#F97DE9'

red 249 ◦ green 125 ◦ blue 233

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

Shades of Pale Magenta #F97DE9

Tints of Pale Magenta #F97DE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.39%

R = 41.02%
G = 20.59%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F97DE9 (or 0xF97DE9) is known color: Pale Magenta. HEX triplet: F9, 7D and E9. RGB value is (249,125,233). Sum of RGB (Red+Green+Blue) = 249+125+233=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 125 (49.22% from 255 or 20.59% from 607); Blue value is 233 (91.41% from 255 or 38.39% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F97DE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F97DE9 is #068216. Grayscale: #AEAEAE. Windows color (decimal): -426519 or 15302137. OLE color: 15302137.

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

Color convert

RGB 249 125 233 -
CMYK 0 0.50 0.06 0.02
HSL 307.74º 0.91% 0.73% -
HSV(B) 307.74º 0.5% 0.98% -
XYZ 61.11 40.69 81.72 -
YUV 174.39 161.08 181.22 -
System Red Green Blue C M Y K H S L
Decimal 249 125 233 0 0.50 0.06 0.02 307.74 0.91 0.73
Hex F9 7D E9 0 32 6 2 134 5B 49
Octal 371 175 351 0 62 6 2 464 133 111
Binary 11111001 1111101 11101001 0 110010 110 10 100110100 1011011 1001001

Color Harmonies of #F97DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97DE9

Black with #F97DE9

Text Example


Text Example

White with #F97DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97DE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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