Html Css Color HEX #F980DF Pale Magenta

📋 copy color: '#F980DF'

red 249 ◦ green 128 ◦ blue 223

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

Shades of Pale Magenta #F980DF

Tints of Pale Magenta #F980DF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.33%

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

R = 41.5%
G = 21.33%
B = 37.17%

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

#F980DF (or 0xF980DF) is known color: Pale Magenta. HEX triplet: F9, 80 and DF. RGB value is (249,128,223). Sum of RGB (Red+Green+Blue) = 249+128+223=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 128 (50.39% from 255 or 21.33% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F980DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F980DF is #067F20. Grayscale: #AEAEAE. Windows color (decimal): -425761 or 14647545. OLE color: 14647545.

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

Color convert

RGB 249 128 223 -
CMYK 0 0.49 0.10 0.02
HSL 312.89º 0.91% 0.74% -
HSV(B) 312.89º 0.49% 0.98% -
XYZ 60.11 40.91 74.54 -
YUV 175.01 155.09 180.78 -
System Red Green Blue C M Y K H S L
Decimal 249 128 223 0 0.49 0.10 0.02 312.89 0.91 0.74
Hex F9 80 DF 0 31 A 2 139 5B 4A
Octal 371 200 337 0 61 12 2 471 133 112
Binary 11111001 10000000 11011111 0 110001 1010 10 100111001 1011011 1001010

Color Harmonies of #F980DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F980DF

Black with #F980DF

Text Example


Text Example

White with #F980DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F980DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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