Html Css Color HEX #F971DF Pale Magenta

📋 copy color: '#F971DF'

red 249 ◦ green 113 ◦ blue 223

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

Shades of Pale Magenta #F971DF

Tints of Pale Magenta #F971DF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.32%

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

R = 42.56%
G = 19.32%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F971DF (or 0xF971DF) is known color: Pale Magenta. HEX triplet: F9, 71 and DF. RGB value is (249,113,223). Sum of RGB (Red+Green+Blue) = 249+113+223=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 113 (44.53% from 255 or 19.32% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 249 - color contains mainly: red. Hex color #F971DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F971DF is #068E20. Grayscale: #A5A5A5. Windows color (decimal): -429601 or 14643705. OLE color: 14643705.

HSL color Cylindrical-coordinate representation of color #F971DF: hue angle of 311.47º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F971DF is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 113 223 -
CMYK 0 0.55 0.10 0.02
HSL 311.47º 0.92% 0.71% -
HSV(B) 311.47º 0.55% 0.98% -
XYZ 58.29 37.28 73.94 -
YUV 166.2 160.06 187.06 -
System Red Green Blue C M Y K H S L
Decimal 249 113 223 0 0.55 0.10 0.02 311.47 0.92 0.71
Hex F9 71 DF 0 37 A 2 137 5C 47
Octal 371 161 337 0 67 12 2 467 134 107
Binary 11111001 1110001 11011111 0 110111 1010 10 100110111 1011100 1000111

Color Harmonies of #F971DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F971DF

Black with #F971DF

Text Example


Text Example

White with #F971DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F971DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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