Html Css Color HEX #F982DA Pale Magenta

📋 copy color: '#F982DA'

red 249 ◦ green 130 ◦ blue 218

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

Shades of Pale Magenta #F982DA

Tints of Pale Magenta #F982DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.52%

R = 41.71%
G = 21.78%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F982DA (or 0xF982DA) is known color: Pale Magenta. HEX triplet: F9, 82 and DA. RGB value is (249,130,218). Sum of RGB (Red+Green+Blue) = 249+130+218=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 130 (51.17% from 255 or 21.78% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F982DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F982DA is #067D25. Grayscale: #AFAFAF. Windows color (decimal): -425254 or 14320377. OLE color: 14320377.

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

Color convert

RGB 249 130 218 -
CMYK 0 0.48 0.12 0.02
HSL 315.63º 0.91% 0.74% -
HSV(B) 315.63º 0.48% 0.98% -
XYZ 59.7 41.17 71.13 -
YUV 175.61 151.92 180.34 -
System Red Green Blue C M Y K H S L
Decimal 249 130 218 0 0.48 0.12 0.02 315.63 0.91 0.74
Hex F9 82 DA 0 30 C 2 13C 5B 4A
Octal 371 202 332 0 60 14 2 474 133 112
Binary 11111001 10000010 11011010 0 110000 1100 10 100111100 1011011 1001010

Color Harmonies of #F982DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F982DA

Black with #F982DA

Text Example


Text Example

White with #F982DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F982DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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