Html Css Color HEX #F982E4 Pale Magenta

📋 copy color: '#F982E4'

red 249 ◦ green 130 ◦ blue 228

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

Shades of Pale Magenta #F982E4

Tints of Pale Magenta #F982E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.56%

R = 41.02%
G = 21.42%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F982E4 (or 0xF982E4) is known color: Pale Magenta. HEX triplet: F9, 82 and E4. RGB value is (249,130,228). Sum of RGB (Red+Green+Blue) = 249+130+228=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 130 (51.17% from 255 or 21.42% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F982E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F982E4 is #067D1B. Grayscale: #B0B0B0. Windows color (decimal): -425244 or 14975737. OLE color: 14975737.

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

Color convert

RGB 249 130 228 -
CMYK 0 0.48 0.08 0.02
HSL 310.59º 0.91% 0.74% -
HSV(B) 310.59º 0.48% 0.98% -
XYZ 61.05 41.71 78.23 -
YUV 176.75 156.92 179.53 -
System Red Green Blue C M Y K H S L
Decimal 249 130 228 0 0.48 0.08 0.02 310.59 0.91 0.74
Hex F9 82 E4 0 30 8 2 137 5B 4A
Octal 371 202 344 0 60 10 2 467 133 112
Binary 11111001 10000010 11100100 0 110000 1000 10 100110111 1011011 1001010

Color Harmonies of #F982E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F982E4

Black with #F982E4

Text Example


Text Example

White with #F982E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F982E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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