Html Css Color HEX #F982E2 Pale Magenta

📋 copy color: '#F982E2'

red 249 ◦ green 130 ◦ blue 226

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

Shades of Pale Magenta #F982E2

Tints of Pale Magenta #F982E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.36%

R = 41.16%
G = 21.49%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F982E2 (or 0xF982E2) is known color: Pale Magenta. HEX triplet: F9, 82 and E2. RGB value is (249,130,226). Sum of RGB (Red+Green+Blue) = 249+130+226=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 130 (51.17% from 255 or 21.49% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 249 - color contains mainly: red. Hex color #F982E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F982E2 is #067D1D. Grayscale: #B0B0B0. Windows color (decimal): -425246 or 14844665. OLE color: 14844665.

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

Color convert

RGB 249 130 226 -
CMYK 0 0.48 0.09 0.02
HSL 311.6º 0.91% 0.74% -
HSV(B) 311.6º 0.48% 0.98% -
XYZ 60.78 41.6 76.78 -
YUV 176.53 155.92 179.69 -
System Red Green Blue C M Y K H S L
Decimal 249 130 226 0 0.48 0.09 0.02 311.6 0.91 0.74
Hex F9 82 E2 0 30 9 2 138 5B 4A
Octal 371 202 342 0 60 11 2 470 133 112
Binary 11111001 10000010 11100010 0 110000 1001 10 100111000 1011011 1001010

Color Harmonies of #F982E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F982E2

Black with #F982E2

Text Example


Text Example

White with #F982E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F982E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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