Html Css Color HEX #F97FDF Pale Magenta

📋 copy color: '#F97FDF'

red 249 ◦ green 127 ◦ blue 223

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

Shades of Pale Magenta #F97FDF

Tints of Pale Magenta #F97FDF

RGB

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

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

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

R = 41.57%
G = 21.2%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F97FDF (or 0xF97FDF) is known color: Pale Magenta. HEX triplet: F9, 7F and DF. RGB value is (249,127,223). Sum of RGB (Red+Green+Blue) = 249+127+223=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 127 (50% from 255 or 21.20% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F97FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97FDF is #068020. Grayscale: #AEAEAE. Windows color (decimal): -426017 or 14647289. OLE color: 14647289.

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

Color convert

RGB 249 127 223 -
CMYK 0 0.49 0.10 0.02
HSL 312.79º 0.91% 0.74% -
HSV(B) 312.79º 0.49% 0.98% -
XYZ 59.98 40.65 74.5 -
YUV 174.42 155.42 181.19 -
System Red Green Blue C M Y K H S L
Decimal 249 127 223 0 0.49 0.10 0.02 312.79 0.91 0.74
Hex F9 7F DF 0 31 A 2 139 5B 4A
Octal 371 177 337 0 61 12 2 471 133 112
Binary 11111001 1111111 11011111 0 110001 1010 10 100111001 1011011 1001010

Color Harmonies of #F97FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97FDF

Black with #F97FDF

Text Example


Text Example

White with #F97FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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