Html Css Color HEX #F56EE6 Pale Magenta

📋 copy color: '#F56EE6'

red 245 ◦ green 110 ◦ blue 230

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

Shades of Pale Magenta #F56EE6

Tints of Pale Magenta #F56EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.32%

R = 41.88%
G = 18.8%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#F56EE6 (or 0xF56EE6) is known color: Pale Magenta. HEX triplet: F5, 6E and E6. RGB value is (245,110,230). Sum of RGB (Red+Green+Blue) = 245+110+230=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 110 (43.36% from 255 or 18.80% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F56EE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F56EE6 is #0A9119. Grayscale: #A3A3A3. Windows color (decimal): -692506 or 15101685. OLE color: 15101685.

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

Color convert

RGB 245 110 230 -
CMYK 0 0.55 0.06 0.04
HSL 306.67º 0.87% 0.7% -
HSV(B) 306.67º 0.55% 0.96% -
XYZ 57.52 36.28 78.83 -
YUV 164.05 165.23 185.74 -
System Red Green Blue C M Y K H S L
Decimal 245 110 230 0 0.55 0.06 0.04 306.67 0.87 0.7
Hex F5 6E E6 0 37 6 4 133 57 46
Octal 365 156 346 0 67 6 4 463 127 106
Binary 11110101 1101110 11100110 0 110111 110 100 100110011 1010111 1000110

Color Harmonies of #F56EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56EE6

Black with #F56EE6

Text Example


Text Example

White with #F56EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56EE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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