#F455D8

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

Shades of Free Speech Magenta #F455D8

Tints of Free Speech Magenta #F455D8

Color information

#F455D8 (or 0xF455D8) is unknown color: approx Free Speech Magenta. HEX triplet: F4, 55 and D8. RGB value is (244,85,216). Sum of RGB (Red+Green+Blue) = 244+85+216=545 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.77% from 545); Green value is 85 (33.59% from 255 or 15.60% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 244 - color contains mainly: red. Hex color #F455D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F455D8 is #0BAA27. Grayscale: #939393. Windows color (decimal): -764456 or 14177780. OLE color: 14177780.

HSL color Cylindrical-coordinate representation of color #F455D8: hue angle of 310.57º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F455D8 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB24485216-
CMYK00.650.110.04
HSL310.57º87.85%64.51%-
HSV(B)310.57º65.16%95.69%-
XYZ52.9530.6968.1-
YUV147.48166.68196.85-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.77%
GREEN value IS 85 (33.59% from 255) = 15.60%
BLUE value IS 216 (84.77% from 255) = 39.63%
R=44.77%
G=15.60%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2448521600.650.110.04310.5787.8564.51
HexF455D8041B41375841
Octal3641253300101134467130101
Binary1111010010101011101100001000001101110010011011110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F455D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F455D8; }

 p { color: rgb(244,85,216); }

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

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

 a { background-color: rgb(244,85,216); }

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

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

 span { border-color: rgb(244,85,216); }

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