Html Css Color HEX #F579DC Pale Magenta

📋 copy color: '#F579DC'

red 245 ◦ green 121 ◦ blue 220

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

Shades of Pale Magenta #F579DC

Tints of Pale Magenta #F579DC

RGB

 RED value IS 245 (96.09% from 255) = 41.81%

 GREEN value IS 121 (47.66% from 255) = 20.65%

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

R = 41.81%
G = 20.65%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F579DC (or 0xF579DC) is known color: Pale Magenta. HEX triplet: F5, 79 and DC. RGB value is (245,121,220). Sum of RGB (Red+Green+Blue) = 245+121+220=586 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.81% from 586); Green value is 121 (47.66% from 255 or 20.65% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 245 - color contains mainly: red. Hex color #F579DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F579DC is #0A8623. Grayscale: #A9A9A9. Windows color (decimal): -689700 or 14449141. OLE color: 14449141.

HSL color Cylindrical-coordinate representation of color #F579DC: hue angle of 312.1º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F579DC is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 121 220 -
CMYK 0 0.51 0.10 0.04
HSL 312.1º 0.86% 0.72% -
HSV(B) 312.1º 0.51% 0.96% -
XYZ 57.41 38.25 72.07 -
YUV 169.36 156.58 181.95 -
System Red Green Blue C M Y K H S L
Decimal 245 121 220 0 0.51 0.10 0.04 312.1 0.86 0.72
Hex F5 79 DC 0 33 A 4 138 56 48
Octal 365 171 334 0 63 12 4 470 126 110
Binary 11110101 1111001 11011100 0 110011 1010 100 100111000 1010110 1001000

Color Harmonies of #F579DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F579DC

Black with #F579DC

Text Example


Text Example

White with #F579DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F579DC; }

 p { color: rgb(245,121,220); }

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

background-color css

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

 a { background-color: rgb(245,121,220); }

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

border-color css

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

 span { border-color: rgb(245,121,220); }

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