Html Css Color HEX #F585DA Pale Magenta

📋 copy color: '#F585DA'

red 245 ◦ green 133 ◦ blue 218

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

Shades of Pale Magenta #F585DA

Tints of Pale Magenta #F585DA

RGB

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

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

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

R = 41.11%
G = 22.32%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F585DA (or 0xF585DA) is known color: Pale Magenta. HEX triplet: F5, 85 and DA. RGB value is (245,133,218). Sum of RGB (Red+Green+Blue) = 245+133+218=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 133 (52.34% from 255 or 22.32% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F585DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F585DA is #0A7A25. Grayscale: #AFAFAF. Windows color (decimal): -686630 or 14321141. OLE color: 14321141.

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

Color convert

RGB 245 133 218 -
CMYK 0 0.46 0.11 0.04
HSL 314.46º 0.85% 0.74% -
HSV(B) 314.46º 0.46% 0.96% -
XYZ 58.7 41.25 71.2 -
YUV 176.18 151.61 177.09 -
System Red Green Blue C M Y K H S L
Decimal 245 133 218 0 0.46 0.11 0.04 314.46 0.85 0.74
Hex F5 85 DA 0 2E B 4 13A 55 4A
Octal 365 205 332 0 56 13 4 472 125 112
Binary 11110101 10000101 11011010 0 101110 1011 100 100111010 1010101 1001010

Color Harmonies of #F585DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F585DA

Black with #F585DA

Text Example


Text Example

White with #F585DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F585DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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