Html Css Color HEX #F586DE Pale Magenta

📋 copy color: '#F586DE'

red 245 ◦ green 134 ◦ blue 222

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

Shades of Pale Magenta #F586DE

Tints of Pale Magenta #F586DE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 22.3%

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

R = 40.77%
G = 22.3%
B = 36.94%

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

#F586DE (or 0xF586DE) is known color: Pale Magenta. HEX triplet: F5, 86 and DE. RGB value is (245,134,222). Sum of RGB (Red+Green+Blue) = 245+134+222=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 134 (52.73% from 255 or 22.30% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F586DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F586DE is #0A7921. Grayscale: #B0B0B0. Windows color (decimal): -686370 or 14583541. OLE color: 14583541.

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

Color convert

RGB 245 134 222 -
CMYK 0 0.45 0.09 0.04
HSL 312.43º 0.85% 0.74% -
HSV(B) 312.43º 0.45% 0.96% -
XYZ 59.37 41.74 74.03 -
YUV 177.22 153.27 176.34 -
System Red Green Blue C M Y K H S L
Decimal 245 134 222 0 0.45 0.09 0.04 312.43 0.85 0.74
Hex F5 86 DE 0 2D 9 4 138 55 4A
Octal 365 206 336 0 55 11 4 470 125 112
Binary 11110101 10000110 11011110 0 101101 1001 100 100111000 1010101 1001010

Color Harmonies of #F586DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F586DE

Black with #F586DE

Text Example


Text Example

White with #F586DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F586DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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