Html Css Color HEX #F587DC Pale Magenta

📋 copy color: '#F587DC'

red 245 ◦ green 135 ◦ blue 220

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

Shades of Pale Magenta #F587DC

Tints of Pale Magenta #F587DC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 22.5%

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

R = 40.83%
G = 22.5%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F587DC (or 0xF587DC) is known color: Pale Magenta. HEX triplet: F5, 87 and DC. RGB value is (245,135,220). Sum of RGB (Red+Green+Blue) = 245+135+220=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 135 (53.12% from 255 or 22.5% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F587DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F587DC is #0A7823. Grayscale: #B1B1B1. Windows color (decimal): -686116 or 14452725. OLE color: 14452725.

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

Color convert

RGB 245 135 220 -
CMYK 0 0.45 0.10 0.04
HSL 313.64º 0.85% 0.75% -
HSV(B) 313.64º 0.45% 0.96% -
XYZ 59.24 41.91 72.68 -
YUV 177.58 151.94 176.09 -
System Red Green Blue C M Y K H S L
Decimal 245 135 220 0 0.45 0.10 0.04 313.64 0.85 0.75
Hex F5 87 DC 0 2D A 4 13A 55 4B
Octal 365 207 334 0 55 12 4 472 125 113
Binary 11110101 10000111 11011100 0 101101 1010 100 100111010 1010101 1001011

Color Harmonies of #F587DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F587DC

Black with #F587DC

Text Example


Text Example

White with #F587DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F587DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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