Html Css Color HEX #F586DA Pale Magenta

📋 copy color: '#F586DA'

red 245 ◦ green 134 ◦ blue 218

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

Shades of Pale Magenta #F586DA

Tints of Pale Magenta #F586DA

RGB

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

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

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

R = 41.04%
G = 22.45%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F586DA (or 0xF586DA) is known color: Pale Magenta. HEX triplet: F5, 86 and DA. RGB value is (245,134,218). Sum of RGB (Red+Green+Blue) = 245+134+218=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 134 (52.73% from 255 or 22.45% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F586DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F586DA is #0A7925. Grayscale: #B0B0B0. Windows color (decimal): -686374 or 14321397. OLE color: 14321397.

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

Color convert

RGB 245 134 218 -
CMYK 0 0.45 0.11 0.04
HSL 314.59º 0.85% 0.74% -
HSV(B) 314.59º 0.45% 0.96% -
XYZ 58.84 41.52 71.24 -
YUV 176.77 151.27 176.67 -
System Red Green Blue C M Y K H S L
Decimal 245 134 218 0 0.45 0.11 0.04 314.59 0.85 0.74
Hex F5 86 DA 0 2D B 4 13B 55 4A
Octal 365 206 332 0 55 13 4 473 125 112
Binary 11110101 10000110 11011010 0 101101 1011 100 100111011 1010101 1001010

Color Harmonies of #F586DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F586DA

Black with #F586DA

Text Example


Text Example

White with #F586DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F586DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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