Html Css Color HEX #F591EC Pale Magenta

📋 copy color: '#F591EC'

red 245 ◦ green 145 ◦ blue 236

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

Shades of Pale Magenta #F591EC

Tints of Pale Magenta #F591EC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 23.16%

 BLUE value IS 236 (92.58% from 255) = 37.7%

R = 39.14%
G = 23.16%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F591EC (or 0xF591EC) is known color: Pale Magenta. HEX triplet: F5, 91 and EC. RGB value is (245,145,236). Sum of RGB (Red+Green+Blue) = 245+145+236=626 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.14% from 626); Green value is 145 (57.03% from 255 or 23.16% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 245 - color contains mainly: red. Hex color #F591EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F591EC is #0A6E13. Grayscale: #B9B9B9. Windows color (decimal): -683540 or 15503861. OLE color: 15503861.

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

Color convert

RGB 245 145 236 -
CMYK 0 0.41 0.04 0.04
HSL 305.4º 0.83% 0.76% -
HSV(B) 305.4º 0.41% 0.96% -
XYZ 62.92 45.72 84.87 -
YUV 185.27 156.63 170.6 -
System Red Green Blue C M Y K H S L
Decimal 245 145 236 0 0.41 0.04 0.04 305.4 0.83 0.76
Hex F5 91 EC 0 29 4 4 131 53 4C
Octal 365 221 354 0 51 4 4 461 123 114
Binary 11110101 10010001 11101100 0 101001 100 100 100110001 1010011 1001100

Color Harmonies of #F591EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F591EC

Black with #F591EC

Text Example


Text Example

White with #F591EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F591EC; }

 p { color: rgb(245,145,236); }

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

background-color css

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

 a { background-color: rgb(245,145,236); }

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

border-color css

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

 span { border-color: rgb(245,145,236); }

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