Html Css Color HEX #F56FE5 Pale Magenta

📋 copy color: '#F56FE5'

red 245 ◦ green 111 ◦ blue 229

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

Shades of Pale Magenta #F56FE5

Tints of Pale Magenta #F56FE5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.97%

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

R = 41.88%
G = 18.97%
B = 39.15%

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

#F56FE5 (or 0xF56FE5) is known color: Pale Magenta. HEX triplet: F5, 6F and E5. RGB value is (245,111,229). Sum of RGB (Red+Green+Blue) = 245+111+229=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 111 (43.75% from 255 or 18.97% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F56FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56FE5 is #0A901A. Grayscale: #A4A4A4. Windows color (decimal): -692251 or 15036405. OLE color: 15036405.

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

Color convert

RGB 245 111 229 -
CMYK 0 0.55 0.07 0.04
HSL 307.16º 0.87% 0.7% -
HSV(B) 307.16º 0.55% 0.96% -
XYZ 57.48 36.44 78.13 -
YUV 164.52 164.39 185.41 -
System Red Green Blue C M Y K H S L
Decimal 245 111 229 0 0.55 0.07 0.04 307.16 0.87 0.7
Hex F5 6F E5 0 37 7 4 133 57 46
Octal 365 157 345 0 67 7 4 463 127 106
Binary 11110101 1101111 11100101 0 110111 111 100 100110011 1010111 1000110

Color Harmonies of #F56FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56FE5

Black with #F56FE5

Text Example


Text Example

White with #F56FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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