Html Css Color HEX #F970DC Pale Magenta

📋 copy color: '#F970DC'

red 249 ◦ green 112 ◦ blue 220

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

Shades of Pale Magenta #F970DC

Tints of Pale Magenta #F970DC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.28%

 BLUE value IS 220 (86.33% from 255) = 37.87%

R = 42.86%
G = 19.28%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F970DC (or 0xF970DC) is known color: Pale Magenta. HEX triplet: F9, 70 and DC. RGB value is (249,112,220). Sum of RGB (Red+Green+Blue) = 249+112+220=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 112 (44.14% from 255 or 19.28% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 249 - color contains mainly: red. Hex color #F970DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F970DC is #068F23. Grayscale: #A4A4A4. Windows color (decimal): -429860 or 14446841. OLE color: 14446841.

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

Color convert

RGB 249 112 220 -
CMYK 0 0.55 0.12 0.02
HSL 312.7º 0.92% 0.71% -
HSV(B) 312.7º 0.55% 0.98% -
XYZ 57.78 36.9 71.79 -
YUV 165.28 158.89 187.72 -
System Red Green Blue C M Y K H S L
Decimal 249 112 220 0 0.55 0.12 0.02 312.7 0.92 0.71
Hex F9 70 DC 0 37 C 2 139 5C 47
Octal 371 160 334 0 67 14 2 471 134 107
Binary 11111001 1110000 11011100 0 110111 1100 10 100111001 1011100 1000111

Color Harmonies of #F970DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F970DC

Black with #F970DC

Text Example


Text Example

White with #F970DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F970DC; }

 p { color: rgb(249,112,220); }

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

background-color css

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

 a { background-color: rgb(249,112,220); }

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

border-color css

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

 span { border-color: rgb(249,112,220); }

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