Html Css Color HEX #F56EE5 Pale Magenta

📋 copy color: '#F56EE5'

red 245 ◦ green 110 ◦ blue 229

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

Shades of Pale Magenta #F56EE5

Tints of Pale Magenta #F56EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.21%

R = 41.95%
G = 18.84%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F56EE5 (or 0xF56EE5) is known color: Pale Magenta. HEX triplet: F5, 6E and E5. RGB value is (245,110,229). Sum of RGB (Red+Green+Blue) = 245+110+229=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 110 (43.36% from 255 or 18.84% from 584); Blue value is 229 (89.84% from 255 or 39.21% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F56EE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56EE5 is #0A911A. Grayscale: #A3A3A3. Windows color (decimal): -692507 or 15036149. OLE color: 15036149.

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

Color convert

RGB 245 110 229 -
CMYK 0 0.55 0.07 0.04
HSL 307.11º 0.87% 0.7% -
HSV(B) 307.11º 0.55% 0.96% -
XYZ 57.37 36.22 78.1 -
YUV 163.93 164.73 185.82 -
System Red Green Blue C M Y K H S L
Decimal 245 110 229 0 0.55 0.07 0.04 307.11 0.87 0.7
Hex F5 6E E5 0 37 7 4 133 57 46
Octal 365 156 345 0 67 7 4 463 127 106
Binary 11110101 1101110 11100101 0 110111 111 100 100110011 1010111 1000110

Color Harmonies of #F56EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56EE5

Black with #F56EE5

Text Example


Text Example

White with #F56EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56EE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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