Html Css Color HEX #F980E8 Pale Magenta

📋 copy color: '#F980E8'

red 249 ◦ green 128 ◦ blue 232

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

Shades of Pale Magenta #F980E8

Tints of Pale Magenta #F980E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.1%

R = 40.89%
G = 21.02%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#F980E8 (or 0xF980E8) is known color: Pale Magenta. HEX triplet: F9, 80 and E8. RGB value is (249,128,232). Sum of RGB (Red+Green+Blue) = 249+128+232=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 128 (50.39% from 255 or 21.02% from 609); Blue value is 232 (91.02% from 255 or 38.10% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F980E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F980E8 is #067F17. Grayscale: #AFAFAF. Windows color (decimal): -425752 or 15237369. OLE color: 15237369.

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

Color convert

RGB 249 128 232 -
CMYK 0 0.49 0.07 0.02
HSL 308.43º 0.91% 0.74% -
HSV(B) 308.43º 0.49% 0.98% -
XYZ 61.35 41.4 81.1 -
YUV 176.04 159.59 180.04 -
System Red Green Blue C M Y K H S L
Decimal 249 128 232 0 0.49 0.07 0.02 308.43 0.91 0.74
Hex F9 80 E8 0 31 7 2 134 5B 4A
Octal 371 200 350 0 61 7 2 464 133 112
Binary 11111001 10000000 11101000 0 110001 111 10 100110100 1011011 1001010

Color Harmonies of #F980E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F980E8

Black with #F980E8

Text Example


Text Example

White with #F980E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F980E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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