Html Css Color HEX #F587DE Pale Magenta

📋 copy color: '#F587DE'

red 245 ◦ green 135 ◦ blue 222

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

Shades of Pale Magenta #F587DE

Tints of Pale Magenta #F587DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.88%

R = 40.7%
G = 22.43%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F587DE (or 0xF587DE) is known color: Pale Magenta. HEX triplet: F5, 87 and DE. RGB value is (245,135,222). Sum of RGB (Red+Green+Blue) = 245+135+222=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 135 (53.12% from 255 or 22.43% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F587DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F587DE is #0A7821. Grayscale: #B1B1B1. Windows color (decimal): -686114 or 14583797. OLE color: 14583797.

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

Color convert

RGB 245 135 222 -
CMYK 0 0.45 0.09 0.04
HSL 312.55º 0.85% 0.75% -
HSV(B) 312.55º 0.45% 0.96% -
XYZ 59.5 42.01 74.08 -
YUV 177.81 152.94 175.93 -
System Red Green Blue C M Y K H S L
Decimal 245 135 222 0 0.45 0.09 0.04 312.55 0.85 0.75
Hex F5 87 DE 0 2D 9 4 139 55 4B
Octal 365 207 336 0 55 11 4 471 125 113
Binary 11110101 10000111 11011110 0 101101 1001 100 100111001 1010101 1001011

Color Harmonies of #F587DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F587DE

Black with #F587DE

Text Example


Text Example

White with #F587DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F587DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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