Html Css Color HEX #F56EE2 Pale Magenta

📋 copy color: '#F56EE2'

red 245 ◦ green 110 ◦ blue 226

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

Shades of Pale Magenta #F56EE2

Tints of Pale Magenta #F56EE2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 18.93%

 BLUE value IS 226 (88.67% from 255) = 38.9%

R = 42.17%
G = 18.93%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F56EE2 (or 0xF56EE2) is known color: Pale Magenta. HEX triplet: F5, 6E and E2. RGB value is (245,110,226). Sum of RGB (Red+Green+Blue) = 245+110+226=581 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.17% from 581); Green value is 110 (43.36% from 255 or 18.93% from 581); Blue value is 226 (88.67% from 255 or 38.90% from 581); Max value from RGB is 245 - color contains mainly: red. Hex color #F56EE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56EE2 is #0A911D. Grayscale: #A3A3A3. Windows color (decimal): -692510 or 14839541. OLE color: 14839541.

HSL color Cylindrical-coordinate representation of color #F56EE2: hue angle of 308.44º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F56EE2 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 110 226 -
CMYK 0 0.55 0.08 0.04
HSL 308.44º 0.87% 0.7% -
HSV(B) 308.44º 0.55% 0.96% -
XYZ 56.96 36.06 75.91 -
YUV 163.59 163.23 186.07 -
System Red Green Blue C M Y K H S L
Decimal 245 110 226 0 0.55 0.08 0.04 308.44 0.87 0.7
Hex F5 6E E2 0 37 8 4 134 57 46
Octal 365 156 342 0 67 10 4 464 127 106
Binary 11110101 1101110 11100010 0 110111 1000 100 100110100 1010111 1000110

Color Harmonies of #F56EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56EE2

Black with #F56EE2

Text Example


Text Example

White with #F56EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56EE2; }

 p { color: rgb(245,110,226); }

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

background-color css

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

 a { background-color: rgb(245,110,226); }

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

border-color css

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

 span { border-color: rgb(245,110,226); }

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