Html Css Color HEX #F973DC Pale Magenta

📋 copy color: '#F973DC'

red 249 ◦ green 115 ◦ blue 220

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

Shades of Pale Magenta #F973DC

Tints of Pale Magenta #F973DC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.69%

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

R = 42.64%
G = 19.69%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F973DC (or 0xF973DC) is known color: Pale Magenta. HEX triplet: F9, 73 and DC. RGB value is (249,115,220). Sum of RGB (Red+Green+Blue) = 249+115+220=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 115 (45.31% from 255 or 19.69% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F973DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F973DC is #068C23. Grayscale: #A6A6A6. Windows color (decimal): -429092 or 14447609. OLE color: 14447609.

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

Color convert

RGB 249 115 220 -
CMYK 0 0.54 0.12 0.02
HSL 312.99º 0.92% 0.71% -
HSV(B) 312.99º 0.54% 0.98% -
XYZ 58.12 37.57 71.9 -
YUV 167.04 157.89 186.46 -
System Red Green Blue C M Y K H S L
Decimal 249 115 220 0 0.54 0.12 0.02 312.99 0.92 0.71
Hex F9 73 DC 0 36 C 2 139 5C 47
Octal 371 163 334 0 66 14 2 471 134 107
Binary 11111001 1110011 11011100 0 110110 1100 10 100111001 1011100 1000111

Color Harmonies of #F973DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F973DC

Black with #F973DC

Text Example


Text Example

White with #F973DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F973DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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