#F856E5

Color #F856E5 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #F856E5

Tints of Free Speech Magenta #F856E5

Color information

#F856E5 (or 0xF856E5) is unknown color: approx Free Speech Magenta. HEX triplet: F8, 56 and E5. RGB value is (248,86,229). Sum of RGB (Red+Green+Blue) = 248+86+229=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 86 (33.98% from 255 or 15.28% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F856E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F856E5 is #07A91A. Grayscale: #969696. Windows color (decimal): -502043 or 15030008. OLE color: 15030008.

HSL color Cylindrical-coordinate representation of color #F856E5: hue angle of 307.04º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F856E5 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB24886229-
CMYK00.650.080.03
HSL307.04º92.05%65.49%-
HSV(B)307.04º65.32%97.25%-
XYZ56.1832.2777.4-
YUV150.74172.17197.37-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.05%
GREEN value IS 86 (33.98% from 255) = 15.28%
BLUE value IS 229 (89.84% from 255) = 40.67%
R=44.05%
G=15.28%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488622900.650.080.03307.0492.0565.49
HexF856E5041831335c41
Octal3701263450101103463134101
Binary111110001010110111001010100000110001110011001110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F856E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F856E5; }

 p { color: rgb(248,86,229); }

 H1.HeaderClassName
 {
   color: #F856E5;
 }
 .AnyTagClassName
 {
   color: #F856E5;
 }
</style>
background-color css

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

 a { background-color: rgb(248,86,229); }

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

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

 span { border-color: rgb(248,86,229); }

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