Html Css Color HEX #F580DA Pale Magenta

📋 copy color: '#F580DA'

red 245 ◦ green 128 ◦ blue 218

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

Shades of Pale Magenta #F580DA

Tints of Pale Magenta #F580DA

RGB

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

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

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

R = 41.46%
G = 21.66%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F580DA (or 0xF580DA) is known color: Pale Magenta. HEX triplet: F5, 80 and DA. RGB value is (245,128,218). Sum of RGB (Red+Green+Blue) = 245+128+218=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 128 (50.39% from 255 or 21.66% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F580DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F580DA is #0A7F25. Grayscale: #ACACAC. Windows color (decimal): -687910 or 14319861. OLE color: 14319861.

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

Color convert

RGB 245 128 218 -
CMYK 0 0.48 0.11 0.04
HSL 313.85º 0.85% 0.73% -
HSV(B) 313.85º 0.48% 0.96% -
XYZ 58.03 39.91 70.98 -
YUV 173.24 153.26 179.18 -
System Red Green Blue C M Y K H S L
Decimal 245 128 218 0 0.48 0.11 0.04 313.85 0.85 0.73
Hex F5 80 DA 0 30 B 4 13A 55 49
Octal 365 200 332 0 60 13 4 472 125 111
Binary 11110101 10000000 11011010 0 110000 1011 100 100111010 1010101 1001001

Color Harmonies of #F580DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F580DA

Black with #F580DA

Text Example


Text Example

White with #F580DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F580DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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