Html Css Color HEX #F97CE2 Pale Magenta

📋 copy color: '#F97CE2'

red 249 ◦ green 124 ◦ blue 226

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

Shades of Pale Magenta #F97CE2

Tints of Pale Magenta #F97CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.73%

R = 41.57%
G = 20.7%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F97CE2 (or 0xF97CE2) is known color: Pale Magenta. HEX triplet: F9, 7C and E2. RGB value is (249,124,226). Sum of RGB (Red+Green+Blue) = 249+124+226=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 124 (48.83% from 255 or 20.70% from 599); Blue value is 226 (88.67% from 255 or 37.73% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F97CE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97CE2 is #06831D. Grayscale: #ACACAC. Windows color (decimal): -426782 or 14843129. OLE color: 14843129.

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

Color convert

RGB 249 124 226 -
CMYK 0 0.50 0.09 0.02
HSL 311.04º 0.91% 0.73% -
HSV(B) 311.04º 0.5% 0.98% -
XYZ 60 40.05 76.52 -
YUV 173 157.91 182.21 -
System Red Green Blue C M Y K H S L
Decimal 249 124 226 0 0.50 0.09 0.02 311.04 0.91 0.73
Hex F9 7C E2 0 32 9 2 137 5B 49
Octal 371 174 342 0 62 11 2 467 133 111
Binary 11111001 1111100 11100010 0 110010 1001 10 100110111 1011011 1001001

Color Harmonies of #F97CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97CE2

Black with #F97CE2

Text Example


Text Example

White with #F97CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97CE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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