Html Css Color HEX #F982DF Pale Magenta

📋 copy color: '#F982DF'

red 249 ◦ green 130 ◦ blue 223

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

Shades of Pale Magenta #F982DF

Tints of Pale Magenta #F982DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.04%

R = 41.36%
G = 21.59%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F982DF (or 0xF982DF) is known color: Pale Magenta. HEX triplet: F9, 82 and DF. RGB value is (249,130,223). Sum of RGB (Red+Green+Blue) = 249+130+223=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 130 (51.17% from 255 or 21.59% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F982DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F982DF is #067D20. Grayscale: #AFAFAF. Windows color (decimal): -425249 or 14648057. OLE color: 14648057.

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

Color convert

RGB 249 130 223 -
CMYK 0 0.48 0.10 0.02
HSL 313.11º 0.91% 0.74% -
HSV(B) 313.11º 0.48% 0.98% -
XYZ 60.37 41.43 74.63 -
YUV 176.18 154.42 179.94 -
System Red Green Blue C M Y K H S L
Decimal 249 130 223 0 0.48 0.10 0.02 313.11 0.91 0.74
Hex F9 82 DF 0 30 A 2 139 5B 4A
Octal 371 202 337 0 60 12 2 471 133 112
Binary 11111001 10000010 11011111 0 110000 1010 10 100111001 1011011 1001010

Color Harmonies of #F982DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F982DF

Black with #F982DF

Text Example


Text Example

White with #F982DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F982DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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