Html Css Color HEX #F982E8 Pale Magenta

📋 copy color: '#F982E8'

red 249 ◦ green 130 ◦ blue 232

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

Shades of Pale Magenta #F982E8

Tints of Pale Magenta #F982E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.97%

R = 40.75%
G = 21.28%
B = 37.97%

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

#F982E8 (or 0xF982E8) is known color: Pale Magenta. HEX triplet: F9, 82 and E8. RGB value is (249,130,232). Sum of RGB (Red+Green+Blue) = 249+130+232=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 130 (51.17% from 255 or 21.28% from 611); Blue value is 232 (91.02% from 255 or 37.97% from 611); Max value from RGB is 249 - color contains mainly: red. Hex color #F982E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F982E8 is #067D17. Grayscale: #B0B0B0. Windows color (decimal): -425240 or 15237881. OLE color: 15237881.

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

Color convert

RGB 249 130 232 -
CMYK 0 0.48 0.07 0.02
HSL 308.57º 0.91% 0.74% -
HSV(B) 308.57º 0.48% 0.98% -
XYZ 61.62 41.93 81.19 -
YUV 177.21 158.92 179.21 -
System Red Green Blue C M Y K H S L
Decimal 249 130 232 0 0.48 0.07 0.02 308.57 0.91 0.74
Hex F9 82 E8 0 30 7 2 135 5B 4A
Octal 371 202 350 0 60 7 2 465 133 112
Binary 11111001 10000010 11101000 0 110000 111 10 100110101 1011011 1001010

Color Harmonies of #F982E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F982E8

Black with #F982E8

Text Example


Text Example

White with #F982E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F982E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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