Html Css Color HEX #F587DA Pale Magenta

📋 copy color: '#F587DA'

red 245 ◦ green 135 ◦ blue 218

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

Shades of Pale Magenta #F587DA

Tints of Pale Magenta #F587DA

RGB

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

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

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

R = 40.97%
G = 22.58%
B = 36.45%

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

#F587DA (or 0xF587DA) is known color: Pale Magenta. HEX triplet: F5, 87 and DA. RGB value is (245,135,218). Sum of RGB (Red+Green+Blue) = 245+135+218=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 135 (53.12% from 255 or 22.58% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F587DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F587DA is #0A7825. Grayscale: #B1B1B1. Windows color (decimal): -686118 or 14321653. OLE color: 14321653.

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

Color convert

RGB 245 135 218 -
CMYK 0 0.45 0.11 0.04
HSL 314.73º 0.85% 0.75% -
HSV(B) 314.73º 0.45% 0.96% -
XYZ 58.98 41.8 71.29 -
YUV 177.35 150.94 176.25 -
System Red Green Blue C M Y K H S L
Decimal 245 135 218 0 0.45 0.11 0.04 314.73 0.85 0.75
Hex F5 87 DA 0 2D B 4 13B 55 4B
Octal 365 207 332 0 55 13 4 473 125 113
Binary 11110101 10000111 11011010 0 101101 1011 100 100111011 1010101 1001011

Color Harmonies of #F587DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F587DA

Black with #F587DA

Text Example


Text Example

White with #F587DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F587DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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