Html Css Color HEX #F580DC Pale Magenta

📋 copy color: '#F580DC'

red 245 ◦ green 128 ◦ blue 220

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

Shades of Pale Magenta #F580DC

Tints of Pale Magenta #F580DC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.59%

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

R = 41.32%
G = 21.59%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F580DC (or 0xF580DC) is known color: Pale Magenta. HEX triplet: F5, 80 and DC. RGB value is (245,128,220). Sum of RGB (Red+Green+Blue) = 245+128+220=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 128 (50.39% from 255 or 21.59% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F580DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F580DC is #0A7F23. Grayscale: #ADADAD. Windows color (decimal): -687908 or 14450933. OLE color: 14450933.

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

Color convert

RGB 245 128 220 -
CMYK 0 0.48 0.10 0.04
HSL 312.82º 0.85% 0.73% -
HSV(B) 312.82º 0.48% 0.96% -
XYZ 58.29 40.02 72.36 -
YUV 173.47 154.26 179.02 -
System Red Green Blue C M Y K H S L
Decimal 245 128 220 0 0.48 0.10 0.04 312.82 0.85 0.73
Hex F5 80 DC 0 30 A 4 139 55 49
Octal 365 200 334 0 60 12 4 471 125 111
Binary 11110101 10000000 11011100 0 110000 1010 100 100111001 1010101 1001001

Color Harmonies of #F580DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F580DC

Black with #F580DC

Text Example


Text Example

White with #F580DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F580DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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