Html Css Color HEX #F97EDA Pale Magenta

📋 copy color: '#F97EDA'

red 249 ◦ green 126 ◦ blue 218

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

Shades of Pale Magenta #F97EDA

Tints of Pale Magenta #F97EDA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.25%

 BLUE value IS 218 (85.55% from 255) = 36.76%

R = 41.99%
G = 21.25%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F97EDA (or 0xF97EDA) is known color: Pale Magenta. HEX triplet: F9, 7E and DA. RGB value is (249,126,218). Sum of RGB (Red+Green+Blue) = 249+126+218=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 126 (49.61% from 255 or 21.25% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F97EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97EDA is #068125. Grayscale: #ADADAD. Windows color (decimal): -426278 or 14319353. OLE color: 14319353.

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

Color convert

RGB 249 126 218 -
CMYK 0 0.49 0.12 0.02
HSL 315.12º 0.91% 0.74% -
HSV(B) 315.12º 0.49% 0.98% -
XYZ 59.18 40.12 70.95 -
YUV 173.27 153.25 182.02 -
System Red Green Blue C M Y K H S L
Decimal 249 126 218 0 0.49 0.12 0.02 315.12 0.91 0.74
Hex F9 7E DA 0 31 C 2 13B 5B 4A
Octal 371 176 332 0 61 14 2 473 133 112
Binary 11111001 1111110 11011010 0 110001 1100 10 100111011 1011011 1001010

Color Harmonies of #F97EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97EDA

Black with #F97EDA

Text Example


Text Example

White with #F97EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97EDA; }

 p { color: rgb(249,126,218); }

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

background-color css

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

 a { background-color: rgb(249,126,218); }

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

border-color css

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

 span { border-color: rgb(249,126,218); }

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