Html Css Color HEX #F58EDE Pale Magenta

📋 copy color: '#F58EDE'

red 245 ◦ green 142 ◦ blue 222

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

Shades of Pale Magenta #F58EDE

Tints of Pale Magenta #F58EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.45%

R = 40.23%
G = 23.32%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F58EDE (or 0xF58EDE) is known color: Pale Magenta. HEX triplet: F5, 8E and DE. RGB value is (245,142,222). Sum of RGB (Red+Green+Blue) = 245+142+222=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 142 (55.86% from 255 or 23.32% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 245 - color contains mainly: red. Hex color #F58EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58EDE is #0A7121. Grayscale: #B5B5B5. Windows color (decimal): -684322 or 14585589. OLE color: 14585589.

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

Color convert

RGB 245 142 222 -
CMYK 0 0.42 0.09 0.04
HSL 313.4º 0.84% 0.76% -
HSV(B) 313.4º 0.42% 0.96% -
XYZ 60.51 44.03 74.42 -
YUV 181.92 150.62 173 -
System Red Green Blue C M Y K H S L
Decimal 245 142 222 0 0.42 0.09 0.04 313.4 0.84 0.76
Hex F5 8E DE 0 2A 9 4 139 54 4C
Octal 365 216 336 0 52 11 4 471 124 114
Binary 11110101 10001110 11011110 0 101010 1001 100 100111001 1010100 1001100

Color Harmonies of #F58EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58EDE

Black with #F58EDE

Text Example


Text Example

White with #F58EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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