Html Css Color HEX #F56EDB Pale Magenta

📋 copy color: '#F56EDB'

red 245 ◦ green 110 ◦ blue 219

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

Shades of Pale Magenta #F56EDB

Tints of Pale Magenta #F56EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.15%

R = 42.68%
G = 19.16%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F56EDB (or 0xF56EDB) is known color: Pale Magenta. HEX triplet: F5, 6E and DB. RGB value is (245,110,219). Sum of RGB (Red+Green+Blue) = 245+110+219=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 110 (43.36% from 255 or 19.16% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F56EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56EDB is #0A9124. Grayscale: #A2A2A2. Windows color (decimal): -692517 or 14380789. OLE color: 14380789.

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

Color convert

RGB 245 110 219 -
CMYK 0 0.55 0.11 0.04
HSL 311.56º 0.87% 0.7% -
HSV(B) 311.56º 0.55% 0.96% -
XYZ 56.02 35.68 70.95 -
YUV 162.79 159.73 186.64 -
System Red Green Blue C M Y K H S L
Decimal 245 110 219 0 0.55 0.11 0.04 311.56 0.87 0.7
Hex F5 6E DB 0 37 B 4 138 57 46
Octal 365 156 333 0 67 13 4 470 127 106
Binary 11110101 1101110 11011011 0 110111 1011 100 100111000 1010111 1000110

Color Harmonies of #F56EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56EDB

Black with #F56EDB

Text Example


Text Example

White with #F56EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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