Html Css Color HEX #F980E5 Pale Magenta

📋 copy color: '#F980E5'

red 249 ◦ green 128 ◦ blue 229

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

Shades of Pale Magenta #F980E5

Tints of Pale Magenta #F980E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.79%

R = 41.09%
G = 21.12%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F980E5 (or 0xF980E5) is known color: Pale Magenta. HEX triplet: F9, 80 and E5. RGB value is (249,128,229). Sum of RGB (Red+Green+Blue) = 249+128+229=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 128 (50.39% from 255 or 21.12% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F980E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F980E5 is #067F1A. Grayscale: #AFAFAF. Windows color (decimal): -425755 or 15040761. OLE color: 15040761.

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

Color convert

RGB 249 128 229 -
CMYK 0 0.49 0.08 0.02
HSL 309.92º 0.91% 0.74% -
HSV(B) 309.92º 0.49% 0.98% -
XYZ 60.93 41.24 78.88 -
YUV 175.69 158.09 180.29 -
System Red Green Blue C M Y K H S L
Decimal 249 128 229 0 0.49 0.08 0.02 309.92 0.91 0.74
Hex F9 80 E5 0 31 8 2 136 5B 4A
Octal 371 200 345 0 61 10 2 466 133 112
Binary 11111001 10000000 11100101 0 110001 1000 10 100110110 1011011 1001010

Color Harmonies of #F980E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F980E5

Black with #F980E5

Text Example


Text Example

White with #F980E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F980E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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