Html Css Color HEX #F97FE5 Pale Magenta

📋 copy color: '#F97FE5'

red 249 ◦ green 127 ◦ blue 229

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

Shades of Pale Magenta #F97FE5

Tints of Pale Magenta #F97FE5

RGB

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

 GREEN value IS 127 (50% from 255) = 20.99%

 BLUE value IS 229 (89.84% from 255) = 37.85%

R = 41.16%
G = 20.99%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F97FE5 (or 0xF97FE5) is known color: Pale Magenta. HEX triplet: F9, 7F and E5. RGB value is (249,127,229). Sum of RGB (Red+Green+Blue) = 249+127+229=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 127 (50% from 255 or 20.99% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 249 - color contains mainly: red. Hex color #F97FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97FE5 is #06801A. Grayscale: #AEAEAE. Windows color (decimal): -426011 or 15040505. OLE color: 15040505.

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

Color convert

RGB 249 127 229 -
CMYK 0 0.49 0.08 0.02
HSL 309.84º 0.91% 0.74% -
HSV(B) 309.84º 0.49% 0.98% -
XYZ 60.8 40.98 78.83 -
YUV 175.11 158.42 180.71 -
System Red Green Blue C M Y K H S L
Decimal 249 127 229 0 0.49 0.08 0.02 309.84 0.91 0.74
Hex F9 7F E5 0 31 8 2 136 5B 4A
Octal 371 177 345 0 61 10 2 466 133 112
Binary 11111001 1111111 11100101 0 110001 1000 10 100110110 1011011 1001010

Color Harmonies of #F97FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97FE5

Black with #F97FE5

Text Example


Text Example

White with #F97FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97FE5; }

 p { color: rgb(249,127,229); }

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

background-color css

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

 a { background-color: rgb(249,127,229); }

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

border-color css

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

 span { border-color: rgb(249,127,229); }

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