Html Css Color HEX #F56FE0 Pale Magenta

📋 copy color: '#F56FE0'

red 245 ◦ green 111 ◦ blue 224

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

Shades of Pale Magenta #F56FE0

Tints of Pale Magenta #F56FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.62%

R = 42.24%
G = 19.14%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F56FE0 (or 0xF56FE0) is known color: Pale Magenta. HEX triplet: F5, 6F and E0. RGB value is (245,111,224). Sum of RGB (Red+Green+Blue) = 245+111+224=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 111 (43.75% from 255 or 19.14% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F56FE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56FE0 is #0A901F. Grayscale: #A3A3A3. Windows color (decimal): -692256 or 14708725. OLE color: 14708725.

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

Color convert

RGB 245 111 224 -
CMYK 0 0.55 0.09 0.04
HSL 309.4º 0.87% 0.7% -
HSV(B) 309.4º 0.55% 0.96% -
XYZ 56.8 36.16 74.51 -
YUV 163.95 161.89 185.81 -
System Red Green Blue C M Y K H S L
Decimal 245 111 224 0 0.55 0.09 0.04 309.4 0.87 0.7
Hex F5 6F E0 0 37 9 4 135 57 46
Octal 365 157 340 0 67 11 4 465 127 106
Binary 11110101 1101111 11100000 0 110111 1001 100 100110101 1010111 1000110

Color Harmonies of #F56FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56FE0

Black with #F56FE0

Text Example


Text Example

White with #F56FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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