Html Css Color HEX #F982DD Pale Magenta

📋 copy color: '#F982DD'

red 249 ◦ green 130 ◦ blue 221

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

Shades of Pale Magenta #F982DD

Tints of Pale Magenta #F982DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.83%

R = 41.5%
G = 21.67%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F982DD (or 0xF982DD) is known color: Pale Magenta. HEX triplet: F9, 82 and DD. RGB value is (249,130,221). Sum of RGB (Red+Green+Blue) = 249+130+221=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 130 (51.17% from 255 or 21.67% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F982DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F982DD is #067D22. Grayscale: #AFAFAF. Windows color (decimal): -425251 or 14516985. OLE color: 14516985.

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

Color convert

RGB 249 130 221 -
CMYK 0 0.48 0.11 0.02
HSL 314.12º 0.91% 0.74% -
HSV(B) 314.12º 0.48% 0.98% -
XYZ 60.1 41.33 73.22 -
YUV 175.96 153.42 180.1 -
System Red Green Blue C M Y K H S L
Decimal 249 130 221 0 0.48 0.11 0.02 314.12 0.91 0.74
Hex F9 82 DD 0 30 B 2 13A 5B 4A
Octal 371 202 335 0 60 13 2 472 133 112
Binary 11111001 10000010 11011101 0 110000 1011 10 100111010 1011011 1001010

Color Harmonies of #F982DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F982DD

Black with #F982DD

Text Example


Text Example

White with #F982DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F982DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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