Html Css Color HEX #F588DD Pale Magenta

📋 copy color: '#F588DD'

red 245 ◦ green 136 ◦ blue 221

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

Shades of Pale Magenta #F588DD

Tints of Pale Magenta #F588DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.71%

R = 40.7%
G = 22.59%
B = 36.71%

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

#F588DD (or 0xF588DD) is known color: Pale Magenta. HEX triplet: F5, 88 and DD. RGB value is (245,136,221). Sum of RGB (Red+Green+Blue) = 245+136+221=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 136 (53.52% from 255 or 22.59% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F588DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F588DD is #0A7722. Grayscale: #B2B2B2. Windows color (decimal): -685859 or 14518517. OLE color: 14518517.

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

Color convert

RGB 245 136 221 -
CMYK 0 0.44 0.10 0.04
HSL 313.21º 0.84% 0.75% -
HSV(B) 313.21º 0.44% 0.96% -
XYZ 59.51 42.24 73.42 -
YUV 178.28 152.11 175.59 -
System Red Green Blue C M Y K H S L
Decimal 245 136 221 0 0.44 0.10 0.04 313.21 0.84 0.75
Hex F5 88 DD 0 2C A 4 139 54 4B
Octal 365 210 335 0 54 12 4 471 124 113
Binary 11110101 10001000 11011101 0 101100 1010 100 100111001 1010100 1001011

Color Harmonies of #F588DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F588DD

Black with #F588DD

Text Example


Text Example

White with #F588DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F588DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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