Html Css Color HEX #F593EC Pale Magenta

📋 copy color: '#F593EC'

red 245 ◦ green 147 ◦ blue 236

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

Shades of Pale Magenta #F593EC

Tints of Pale Magenta #F593EC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 23.41%

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

R = 39.01%
G = 23.41%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F593EC (or 0xF593EC) is known color: Pale Magenta. HEX triplet: F5, 93 and EC. RGB value is (245,147,236). Sum of RGB (Red+Green+Blue) = 245+147+236=628 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.01% from 628); Green value is 147 (57.81% from 255 or 23.41% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 245 - color contains mainly: red. Hex color #F593EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F593EC is #0A6C13. Grayscale: #BABABA. Windows color (decimal): -683028 or 15504373. OLE color: 15504373.

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

Color convert

RGB 245 147 236 -
CMYK 0 0.4 0.04 0.04
HSL 305.51º 0.83% 0.77% -
HSV(B) 305.51º 0.4% 0.96% -
XYZ 63.23 46.34 84.97 -
YUV 186.45 155.97 169.76 -
System Red Green Blue C M Y K H S L
Decimal 245 147 236 0 0.4 0.04 0.04 305.51 0.83 0.77
Hex F5 93 EC 0 28 4 4 132 53 4D
Octal 365 223 354 0 50 4 4 462 123 115
Binary 11110101 10010011 11101100 0 101000 100 100 100110010 1010011 1001101

Color Harmonies of #F593EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F593EC

Black with #F593EC

Text Example


Text Example

White with #F593EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F593EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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