Html Css Color HEX #F982EF Pale Magenta

📋 copy color: '#F982EF'

red 249 ◦ green 130 ◦ blue 239

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

Shades of Pale Magenta #F982EF

Tints of Pale Magenta #F982EF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21.04%

 BLUE value IS 239 (93.75% from 255) = 38.67%

R = 40.29%
G = 21.04%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F982EF (or 0xF982EF) is known color: Pale Magenta. HEX triplet: F9, 82 and EF. RGB value is (249,130,239). Sum of RGB (Red+Green+Blue) = 249+130+239=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 130 (51.17% from 255 or 21.04% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 249 - color contains mainly: red. Hex color #F982EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F982EF is #067D10. Grayscale: #B1B1B1. Windows color (decimal): -425233 or 15696633. OLE color: 15696633.

HSL color Cylindrical-coordinate representation of color #F982EF: hue angle of 305.04º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F982EF is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 130 239 -
CMYK 0 0.48 0.04 0.02
HSL 305.04º 0.91% 0.74% -
HSV(B) 305.04º 0.48% 0.98% -
XYZ 62.63 42.34 86.53 -
YUV 178.01 162.42 178.64 -
System Red Green Blue C M Y K H S L
Decimal 249 130 239 0 0.48 0.04 0.02 305.04 0.91 0.74
Hex F9 82 EF 0 30 4 2 131 5B 4A
Octal 371 202 357 0 60 4 2 461 133 112
Binary 11111001 10000010 11101111 0 110000 100 10 100110001 1011011 1001010

Color Harmonies of #F982EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F982EF

Black with #F982EF

Text Example


Text Example

White with #F982EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F982EF; }

 p { color: rgb(249,130,239); }

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

background-color css

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

 a { background-color: rgb(249,130,239); }

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

border-color css

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

 span { border-color: rgb(249,130,239); }

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