Html Css Color HEX #F584DC Pale Magenta

📋 copy color: '#F584DC'

red 245 ◦ green 132 ◦ blue 220

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

Shades of Pale Magenta #F584DC

Tints of Pale Magenta #F584DC

RGB

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

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

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

R = 41.04%
G = 22.11%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F584DC (or 0xF584DC) is known color: Pale Magenta. HEX triplet: F5, 84 and DC. RGB value is (245,132,220). Sum of RGB (Red+Green+Blue) = 245+132+220=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 132 (51.95% from 255 or 22.11% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F584DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F584DC is #0A7B23. Grayscale: #AFAFAF. Windows color (decimal): -686884 or 14451957. OLE color: 14451957.

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

Color convert

RGB 245 132 220 -
CMYK 0 0.46 0.10 0.04
HSL 313.27º 0.85% 0.74% -
HSV(B) 313.27º 0.46% 0.96% -
XYZ 58.83 41.08 72.54 -
YUV 175.82 152.94 177.34 -
System Red Green Blue C M Y K H S L
Decimal 245 132 220 0 0.46 0.10 0.04 313.27 0.85 0.74
Hex F5 84 DC 0 2E A 4 139 55 4A
Octal 365 204 334 0 56 12 4 471 125 112
Binary 11110101 10000100 11011100 0 101110 1010 100 100111001 1010101 1001010

Color Harmonies of #F584DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F584DC

Black with #F584DC

Text Example


Text Example

White with #F584DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F584DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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