Html Css Color HEX #F97CE8 Pale Magenta

📋 copy color: '#F97CE8'

red 249 ◦ green 124 ◦ blue 232

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

Shades of Pale Magenta #F97CE8

Tints of Pale Magenta #F97CE8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.5%

 BLUE value IS 232 (91.02% from 255) = 38.35%

R = 41.16%
G = 20.5%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#F97CE8 (or 0xF97CE8) is known color: Pale Magenta. HEX triplet: F9, 7C and E8. RGB value is (249,124,232). Sum of RGB (Red+Green+Blue) = 249+124+232=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 124 (48.83% from 255 or 20.50% from 605); Blue value is 232 (91.02% from 255 or 38.35% from 605); Max value from RGB is 249 - color contains mainly: red. Hex color #F97CE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F97CE8 is #068317. Grayscale: #ADADAD. Windows color (decimal): -426776 or 15236345. OLE color: 15236345.

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

Color convert

RGB 249 124 232 -
CMYK 0 0.50 0.07 0.02
HSL 308.16º 0.91% 0.73% -
HSV(B) 308.16º 0.5% 0.98% -
XYZ 60.84 40.38 80.93 -
YUV 173.69 160.91 181.72 -
System Red Green Blue C M Y K H S L
Decimal 249 124 232 0 0.50 0.07 0.02 308.16 0.91 0.73
Hex F9 7C E8 0 32 7 2 134 5B 49
Octal 371 174 350 0 62 7 2 464 133 111
Binary 11111001 1111100 11101000 0 110010 111 10 100110100 1011011 1001001

Color Harmonies of #F97CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97CE8

Black with #F97CE8

Text Example


Text Example

White with #F97CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97CE8; }

 p { color: rgb(249,124,232); }

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

background-color css

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

 a { background-color: rgb(249,124,232); }

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

border-color css

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

 span { border-color: rgb(249,124,232); }

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