Html Css Color HEX #F97CDF Pale Magenta

📋 copy color: '#F97CDF'

red 249 ◦ green 124 ◦ blue 223

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

Shades of Pale Magenta #F97CDF

Tints of Pale Magenta #F97CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.42%

R = 41.78%
G = 20.81%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F97CDF (or 0xF97CDF) is known color: Pale Magenta. HEX triplet: F9, 7C and DF. RGB value is (249,124,223). Sum of RGB (Red+Green+Blue) = 249+124+223=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 124 (48.83% from 255 or 20.81% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F97CDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97CDF is #068320. Grayscale: #ACACAC. Windows color (decimal): -426785 or 14646521. OLE color: 14646521.

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

Color convert

RGB 249 124 223 -
CMYK 0 0.50 0.10 0.02
HSL 312.48º 0.91% 0.73% -
HSV(B) 312.48º 0.5% 0.98% -
XYZ 59.59 39.88 74.37 -
YUV 172.66 156.41 182.45 -
System Red Green Blue C M Y K H S L
Decimal 249 124 223 0 0.50 0.10 0.02 312.48 0.91 0.73
Hex F9 7C DF 0 32 A 2 138 5B 49
Octal 371 174 337 0 62 12 2 470 133 111
Binary 11111001 1111100 11011111 0 110010 1010 10 100111000 1011011 1001001

Color Harmonies of #F97CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97CDF

Black with #F97CDF

Text Example


Text Example

White with #F97CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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