Html Css Color HEX #F982ED Pale Magenta

📋 copy color: '#F982ED'

red 249 ◦ green 130 ◦ blue 237

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

Shades of Pale Magenta #F982ED

Tints of Pale Magenta #F982ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.47%

R = 40.42%
G = 21.1%
B = 38.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F982ED (or 0xF982ED) is known color: Pale Magenta. HEX triplet: F9, 82 and ED. RGB value is (249,130,237). Sum of RGB (Red+Green+Blue) = 249+130+237=616 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.42% from 616); Green value is 130 (51.17% from 255 or 21.10% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 249 - color contains mainly: red. Hex color #F982ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F982ED is #067D12. Grayscale: #B1B1B1. Windows color (decimal): -425235 or 15565561. OLE color: 15565561.

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

Color convert

RGB 249 130 237 -
CMYK 0 0.48 0.05 0.02
HSL 306.05º 0.91% 0.74% -
HSV(B) 306.05º 0.48% 0.98% -
XYZ 62.34 42.22 84.98 -
YUV 177.78 161.42 178.8 -
System Red Green Blue C M Y K H S L
Decimal 249 130 237 0 0.48 0.05 0.02 306.05 0.91 0.74
Hex F9 82 ED 0 30 5 2 132 5B 4A
Octal 371 202 355 0 60 5 2 462 133 112
Binary 11111001 10000010 11101101 0 110000 101 10 100110010 1011011 1001010

Color Harmonies of #F982ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F982ED

Black with #F982ED

Text Example


Text Example

White with #F982ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F982ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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