Html Css Color HEX #F980EC Pale Magenta

📋 copy color: '#F980EC'

red 249 ◦ green 128 ◦ blue 236

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

Shades of Pale Magenta #F980EC

Tints of Pale Magenta #F980EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.5%

R = 40.62%
G = 20.88%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F980EC (or 0xF980EC) is known color: Pale Magenta. HEX triplet: F9, 80 and EC. RGB value is (249,128,236). Sum of RGB (Red+Green+Blue) = 249+128+236=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 128 (50.39% from 255 or 20.88% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 249 - color contains mainly: red. Hex color #F980EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F980EC is #067F13. Grayscale: #B0B0B0. Windows color (decimal): -425748 or 15499513. OLE color: 15499513.

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

Color convert

RGB 249 128 236 -
CMYK 0 0.49 0.05 0.02
HSL 306.45º 0.91% 0.74% -
HSV(B) 306.45º 0.49% 0.98% -
XYZ 61.93 41.63 84.13 -
YUV 176.49 161.59 179.72 -
System Red Green Blue C M Y K H S L
Decimal 249 128 236 0 0.49 0.05 0.02 306.45 0.91 0.74
Hex F9 80 EC 0 31 5 2 132 5B 4A
Octal 371 200 354 0 61 5 2 462 133 112
Binary 11111001 10000000 11101100 0 110001 101 10 100110010 1011011 1001010

Color Harmonies of #F980EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F980EC

Black with #F980EC

Text Example


Text Example

White with #F980EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F980EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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