Html Css Color HEX #F58EDC Pale Magenta

📋 copy color: '#F58EDC'

red 245 ◦ green 142 ◦ blue 220

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

Shades of Pale Magenta #F58EDC

Tints of Pale Magenta #F58EDC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.39%

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

R = 40.36%
G = 23.39%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F58EDC (or 0xF58EDC) is known color: Pale Magenta. HEX triplet: F5, 8E and DC. RGB value is (245,142,220). Sum of RGB (Red+Green+Blue) = 245+142+220=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 142 (55.86% from 255 or 23.39% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F58EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58EDC is #0A7123. Grayscale: #B5B5B5. Windows color (decimal): -684324 or 14454517. OLE color: 14454517.

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

Color convert

RGB 245 142 220 -
CMYK 0 0.42 0.10 0.04
HSL 314.56º 0.84% 0.76% -
HSV(B) 314.56º 0.42% 0.96% -
XYZ 60.25 43.93 73.01 -
YUV 181.69 149.62 173.16 -
System Red Green Blue C M Y K H S L
Decimal 245 142 220 0 0.42 0.10 0.04 314.56 0.84 0.76
Hex F5 8E DC 0 2A A 4 13B 54 4C
Octal 365 216 334 0 52 12 4 473 124 114
Binary 11110101 10001110 11011100 0 101010 1010 100 100111011 1010100 1001100

Color Harmonies of #F58EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58EDC

Black with #F58EDC

Text Example


Text Example

White with #F58EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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