Html Css Color HEX #F588DC Pale Magenta

📋 copy color: '#F588DC'

red 245 ◦ green 136 ◦ blue 220

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

Shades of Pale Magenta #F588DC

Tints of Pale Magenta #F588DC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 22.63%

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

R = 40.77%
G = 22.63%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F588DC (or 0xF588DC) is known color: Pale Magenta. HEX triplet: F5, 88 and DC. RGB value is (245,136,220). Sum of RGB (Red+Green+Blue) = 245+136+220=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 136 (53.52% from 255 or 22.63% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F588DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F588DC is #0A7723. Grayscale: #B1B1B1. Windows color (decimal): -685860 or 14452981. OLE color: 14452981.

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

Color convert

RGB 245 136 220 -
CMYK 0 0.44 0.10 0.04
HSL 313.76º 0.84% 0.75% -
HSV(B) 313.76º 0.44% 0.96% -
XYZ 59.38 42.19 72.72 -
YUV 178.17 151.61 175.67 -
System Red Green Blue C M Y K H S L
Decimal 245 136 220 0 0.44 0.10 0.04 313.76 0.84 0.75
Hex F5 88 DC 0 2C A 4 13A 54 4B
Octal 365 210 334 0 54 12 4 472 124 113
Binary 11110101 10001000 11011100 0 101100 1010 100 100111010 1010100 1001011

Color Harmonies of #F588DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F588DC

Black with #F588DC

Text Example


Text Example

White with #F588DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F588DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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