Html Css Color HEX #F981EF Pale Magenta

📋 copy color: '#F981EF'

red 249 ◦ green 129 ◦ blue 239

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

Shades of Pale Magenta #F981EF

Tints of Pale Magenta #F981EF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 20.91%

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

R = 40.36%
G = 20.91%
B = 38.74%

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

#F981EF (or 0xF981EF) is known color: Pale Magenta. HEX triplet: F9, 81 and EF. RGB value is (249,129,239). Sum of RGB (Red+Green+Blue) = 249+129+239=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 129 (50.78% from 255 or 20.91% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F981EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F981EF is #067E10. Grayscale: #B1B1B1. Windows color (decimal): -425489 or 15696377. OLE color: 15696377.

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

Color convert

RGB 249 129 239 -
CMYK 0 0.48 0.04 0.02
HSL 305º 0.91% 0.74% -
HSV(B) 305º 0.48% 0.98% -
XYZ 62.5 42.07 86.49 -
YUV 177.42 162.76 179.06 -
System Red Green Blue C M Y K H S L
Decimal 249 129 239 0 0.48 0.04 0.02 305 0.91 0.74
Hex F9 81 EF 0 30 4 2 131 5B 4A
Octal 371 201 357 0 60 4 2 461 133 112
Binary 11111001 10000001 11101111 0 110000 100 10 100110001 1011011 1001010

Color Harmonies of #F981EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F981EF

Black with #F981EF

Text Example


Text Example

White with #F981EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F981EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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