Html Css Color HEX #F585DD Pale Magenta

📋 copy color: '#F585DD'

red 245 ◦ green 133 ◦ blue 221

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

Shades of Pale Magenta #F585DD

Tints of Pale Magenta #F585DD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.2%

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

R = 40.9%
G = 22.2%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F585DD (or 0xF585DD) is known color: Pale Magenta. HEX triplet: F5, 85 and DD. RGB value is (245,133,221). Sum of RGB (Red+Green+Blue) = 245+133+221=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 133 (52.34% from 255 or 22.20% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 245 - color contains mainly: red. Hex color #F585DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F585DD is #0A7A22. Grayscale: #B0B0B0. Windows color (decimal): -686627 or 14517749. OLE color: 14517749.

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

Color convert

RGB 245 133 221 -
CMYK 0 0.46 0.10 0.04
HSL 312.86º 0.85% 0.74% -
HSV(B) 312.86º 0.46% 0.96% -
XYZ 59.09 41.41 73.28 -
YUV 176.52 153.11 176.84 -
System Red Green Blue C M Y K H S L
Decimal 245 133 221 0 0.46 0.10 0.04 312.86 0.85 0.74
Hex F5 85 DD 0 2E A 4 139 55 4A
Octal 365 205 335 0 56 12 4 471 125 112
Binary 11110101 10000101 11011101 0 101110 1010 100 100111001 1010101 1001010

Color Harmonies of #F585DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F585DD

Black with #F585DD

Text Example


Text Example

White with #F585DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F585DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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