Html Css Color HEX #F978DC Pale Magenta

📋 copy color: '#F978DC'

red 249 ◦ green 120 ◦ blue 220

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

Shades of Pale Magenta #F978DC

Tints of Pale Magenta #F978DC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.37%

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

R = 42.28%
G = 20.37%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F978DC (or 0xF978DC) is known color: Pale Magenta. HEX triplet: F9, 78 and DC. RGB value is (249,120,220). Sum of RGB (Red+Green+Blue) = 249+120+220=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 120 (47.27% from 255 or 20.37% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F978DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F978DC is #068723. Grayscale: #A9A9A9. Windows color (decimal): -427812 or 14448889. OLE color: 14448889.

HSL color Cylindrical-coordinate representation of color #F978DC: hue angle of 313.49º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F978DC is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 120 220 -
CMYK 0 0.52 0.12 0.02
HSL 313.49º 0.91% 0.72% -
HSV(B) 313.49º 0.52% 0.98% -
XYZ 58.7 38.74 72.09 -
YUV 169.97 156.24 184.37 -
System Red Green Blue C M Y K H S L
Decimal 249 120 220 0 0.52 0.12 0.02 313.49 0.91 0.72
Hex F9 78 DC 0 34 C 2 139 5B 48
Octal 371 170 334 0 64 14 2 471 133 110
Binary 11111001 1111000 11011100 0 110100 1100 10 100111001 1011011 1001000

Color Harmonies of #F978DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F978DC

Black with #F978DC

Text Example


Text Example

White with #F978DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F978DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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