Html Css Color HEX #F981EE Pale Magenta

📋 copy color: '#F981EE'

red 249 ◦ green 129 ◦ blue 238

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

Shades of Pale Magenta #F981EE

Tints of Pale Magenta #F981EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.64%

R = 40.42%
G = 20.94%
B = 38.64%

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

#F981EE (or 0xF981EE) is known color: Pale Magenta. HEX triplet: F9, 81 and EE. RGB value is (249,129,238). Sum of RGB (Red+Green+Blue) = 249+129+238=616 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.42% from 616); Green value is 129 (50.78% from 255 or 20.94% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 249 - color contains mainly: red. Hex color #F981EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F981EE is #067E11. Grayscale: #B0B0B0. Windows color (decimal): -425490 or 15630841. OLE color: 15630841.

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

Color convert

RGB 249 129 238 -
CMYK 0 0.48 0.04 0.02
HSL 305.5º 0.91% 0.74% -
HSV(B) 305.5º 0.48% 0.98% -
XYZ 62.35 42.01 85.71 -
YUV 177.31 162.26 179.14 -
System Red Green Blue C M Y K H S L
Decimal 249 129 238 0 0.48 0.04 0.02 305.5 0.91 0.74
Hex F9 81 EE 0 30 4 2 132 5B 4A
Octal 371 201 356 0 60 4 2 462 133 112
Binary 11111001 10000001 11101110 0 110000 100 10 100110010 1011011 1001010

Color Harmonies of #F981EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F981EE

Black with #F981EE

Text Example


Text Example

White with #F981EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F981EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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