Html Css Color HEX #F980E6 Pale Magenta

📋 copy color: '#F980E6'

red 249 ◦ green 128 ◦ blue 230

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

Shades of Pale Magenta #F980E6

Tints of Pale Magenta #F980E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.89%

R = 41.02%
G = 21.09%
B = 37.89%

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

#F980E6 (or 0xF980E6) is known color: Pale Magenta. HEX triplet: F9, 80 and E6. RGB value is (249,128,230). Sum of RGB (Red+Green+Blue) = 249+128+230=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 128 (50.39% from 255 or 21.09% from 607); Blue value is 230 (90.23% from 255 or 37.89% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F980E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F980E6 is #067F19. Grayscale: #AFAFAF. Windows color (decimal): -425754 or 15106297. OLE color: 15106297.

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

Color convert

RGB 249 128 230 -
CMYK 0 0.49 0.08 0.02
HSL 309.42º 0.91% 0.74% -
HSV(B) 309.42º 0.49% 0.98% -
XYZ 61.07 41.29 79.61 -
YUV 175.81 158.59 180.21 -
System Red Green Blue C M Y K H S L
Decimal 249 128 230 0 0.49 0.08 0.02 309.42 0.91 0.74
Hex F9 80 E6 0 31 8 2 135 5B 4A
Octal 371 200 346 0 61 10 2 465 133 112
Binary 11111001 10000000 11100110 0 110001 1000 10 100110101 1011011 1001010

Color Harmonies of #F980E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F980E6

Black with #F980E6

Text Example


Text Example

White with #F980E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F980E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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