Html Css Color HEX #F981DC Pale Magenta

📋 copy color: '#F981DC'

red 249 ◦ green 129 ◦ blue 220

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

Shades of Pale Magenta #F981DC

Tints of Pale Magenta #F981DC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.57%

 BLUE value IS 220 (86.33% from 255) = 36.79%

R = 41.64%
G = 21.57%
B = 36.79%

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

#F981DC (or 0xF981DC) is known color: Pale Magenta. HEX triplet: F9, 81 and DC. RGB value is (249,129,220). Sum of RGB (Red+Green+Blue) = 249+129+220=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 129 (50.78% from 255 or 21.57% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F981DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F981DC is #067E23. Grayscale: #AFAFAF. Windows color (decimal): -425508 or 14451193. OLE color: 14451193.

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

Color convert

RGB 249 129 220 -
CMYK 0 0.48 0.12 0.02
HSL 314.5º 0.91% 0.74% -
HSV(B) 314.5º 0.48% 0.98% -
XYZ 59.84 41.01 72.47 -
YUV 175.25 153.26 180.6 -
System Red Green Blue C M Y K H S L
Decimal 249 129 220 0 0.48 0.12 0.02 314.5 0.91 0.74
Hex F9 81 DC 0 30 C 2 13A 5B 4A
Octal 371 201 334 0 60 14 2 472 133 112
Binary 11111001 10000001 11011100 0 110000 1100 10 100111010 1011011 1001010

Color Harmonies of #F981DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F981DC

Black with #F981DC

Text Example


Text Example

White with #F981DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F981DC; }

 p { color: rgb(249,129,220); }

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

background-color css

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

 a { background-color: rgb(249,129,220); }

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

border-color css

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

 span { border-color: rgb(249,129,220); }

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