Html Css Color HEX #F981E7 Pale Magenta

📋 copy color: '#F981E7'

red 249 ◦ green 129 ◦ blue 231

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

Shades of Pale Magenta #F981E7

Tints of Pale Magenta #F981E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.93%

R = 40.89%
G = 21.18%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#F981E7 (or 0xF981E7) is known color: Pale Magenta. HEX triplet: F9, 81 and E7. RGB value is (249,129,231). Sum of RGB (Red+Green+Blue) = 249+129+231=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 129 (50.78% from 255 or 21.18% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F981E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F981E7 is #067E18. Grayscale: #B0B0B0. Windows color (decimal): -425497 or 15172089. OLE color: 15172089.

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

Color convert

RGB 249 129 231 -
CMYK 0 0.48 0.07 0.02
HSL 309º 0.91% 0.74% -
HSV(B) 309º 0.48% 0.98% -
XYZ 61.34 41.61 80.4 -
YUV 176.51 158.76 179.71 -
System Red Green Blue C M Y K H S L
Decimal 249 129 231 0 0.48 0.07 0.02 309 0.91 0.74
Hex F9 81 E7 0 30 7 2 135 5B 4A
Octal 371 201 347 0 60 7 2 465 133 112
Binary 11111001 10000001 11100111 0 110000 111 10 100110101 1011011 1001010

Color Harmonies of #F981E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F981E7

Black with #F981E7

Text Example


Text Example

White with #F981E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F981E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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