Html Css Color HEX #F584DA Pale Magenta

📋 copy color: '#F584DA'

red 245 ◦ green 132 ◦ blue 218

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

Shades of Pale Magenta #F584DA

Tints of Pale Magenta #F584DA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.18%

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

R = 41.18%
G = 22.18%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F584DA (or 0xF584DA) is known color: Pale Magenta. HEX triplet: F5, 84 and DA. RGB value is (245,132,218). Sum of RGB (Red+Green+Blue) = 245+132+218=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 132 (51.95% from 255 or 22.18% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F584DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F584DA is #0A7B25. Grayscale: #AFAFAF. Windows color (decimal): -686886 or 14320885. OLE color: 14320885.

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

Color convert

RGB 245 132 218 -
CMYK 0 0.46 0.11 0.04
HSL 314.34º 0.85% 0.74% -
HSV(B) 314.34º 0.46% 0.96% -
XYZ 58.56 40.98 71.15 -
YUV 175.59 151.94 177.51 -
System Red Green Blue C M Y K H S L
Decimal 245 132 218 0 0.46 0.11 0.04 314.34 0.85 0.74
Hex F5 84 DA 0 2E B 4 13A 55 4A
Octal 365 204 332 0 56 13 4 472 125 112
Binary 11110101 10000100 11011010 0 101110 1011 100 100111010 1010101 1001010

Color Harmonies of #F584DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F584DA

Black with #F584DA

Text Example


Text Example

White with #F584DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F584DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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