Html Css Color HEX #F97DE6 Pale Magenta

📋 copy color: '#F97DE6'

red 249 ◦ green 125 ◦ blue 230

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

Shades of Pale Magenta #F97DE6

Tints of Pale Magenta #F97DE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.08%

R = 41.23%
G = 20.7%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F97DE6 (or 0xF97DE6) is known color: Pale Magenta. HEX triplet: F9, 7D and E6. RGB value is (249,125,230). Sum of RGB (Red+Green+Blue) = 249+125+230=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 125 (49.22% from 255 or 20.70% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 249 - color contains mainly: red. Hex color #F97DE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F97DE6 is #068219. Grayscale: #ADADAD. Windows color (decimal): -426522 or 15105529. OLE color: 15105529.

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

Color convert

RGB 249 125 230 -
CMYK 0 0.50 0.08 0.02
HSL 309.19º 0.91% 0.73% -
HSV(B) 309.19º 0.5% 0.98% -
XYZ 60.68 40.52 79.49 -
YUV 174.05 159.58 181.46 -
System Red Green Blue C M Y K H S L
Decimal 249 125 230 0 0.50 0.08 0.02 309.19 0.91 0.73
Hex F9 7D E6 0 32 8 2 135 5B 49
Octal 371 175 346 0 62 10 2 465 133 111
Binary 11111001 1111101 11100110 0 110010 1000 10 100110101 1011011 1001001

Color Harmonies of #F97DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97DE6

Black with #F97DE6

Text Example


Text Example

White with #F97DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97DE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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