Html Css Color HEX #F973DD Pale Magenta

📋 copy color: '#F973DD'

red 249 ◦ green 115 ◦ blue 221

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

Shades of Pale Magenta #F973DD

Tints of Pale Magenta #F973DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.78%

R = 42.56%
G = 19.66%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F973DD (or 0xF973DD) is known color: Pale Magenta. HEX triplet: F9, 73 and DD. RGB value is (249,115,221). Sum of RGB (Red+Green+Blue) = 249+115+221=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 115 (45.31% from 255 or 19.66% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 249 - color contains mainly: red. Hex color #F973DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F973DD is #068C22. Grayscale: #A6A6A6. Windows color (decimal): -429091 or 14513145. OLE color: 14513145.

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

Color convert

RGB 249 115 221 -
CMYK 0 0.54 0.11 0.02
HSL 312.54º 0.92% 0.71% -
HSV(B) 312.54º 0.54% 0.98% -
XYZ 58.25 37.62 72.6 -
YUV 167.15 158.39 186.38 -
System Red Green Blue C M Y K H S L
Decimal 249 115 221 0 0.54 0.11 0.02 312.54 0.92 0.71
Hex F9 73 DD 0 36 B 2 139 5C 47
Octal 371 163 335 0 66 13 2 471 134 107
Binary 11111001 1110011 11011101 0 110110 1011 10 100111001 1011100 1000111

Color Harmonies of #F973DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F973DD

Black with #F973DD

Text Example


Text Example

White with #F973DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F973DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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