Html Css Color HEX #F58EDB Pale Magenta

📋 copy color: '#F58EDB'

red 245 ◦ green 142 ◦ blue 219

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

Shades of Pale Magenta #F58EDB

Tints of Pale Magenta #F58EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.14%

R = 40.43%
G = 23.43%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F58EDB (or 0xF58EDB) is known color: Pale Magenta. HEX triplet: F5, 8E and DB. RGB value is (245,142,219). Sum of RGB (Red+Green+Blue) = 245+142+219=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 142 (55.86% from 255 or 23.43% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 245 - color contains mainly: red. Hex color #F58EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58EDB is #0A7124. Grayscale: #B5B5B5. Windows color (decimal): -684325 or 14388981. OLE color: 14388981.

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

Color convert

RGB 245 142 219 -
CMYK 0 0.42 0.11 0.04
HSL 315.15º 0.84% 0.76% -
HSV(B) 315.15º 0.42% 0.96% -
XYZ 60.12 43.87 72.32 -
YUV 181.58 149.12 173.24 -
System Red Green Blue C M Y K H S L
Decimal 245 142 219 0 0.42 0.11 0.04 315.15 0.84 0.76
Hex F5 8E DB 0 2A B 4 13B 54 4C
Octal 365 216 333 0 52 13 4 473 124 114
Binary 11110101 10001110 11011011 0 101010 1011 100 100111011 1010100 1001100

Color Harmonies of #F58EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58EDB

Black with #F58EDB

Text Example


Text Example

White with #F58EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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