#F455D7

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

Shades of Free Speech Magenta #F455D7

Tints of Free Speech Magenta #F455D7

Color information

#F455D7 (or 0xF455D7) is unknown color: approx Free Speech Magenta. HEX triplet: F4, 55 and D7. RGB value is (244,85,215). Sum of RGB (Red+Green+Blue) = 244+85+215=544 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.85% from 544); Green value is 85 (33.59% from 255 or 15.62% from 544); Blue value is 215 (84.38% from 255 or 39.52% from 544); Max value from RGB is 244 - color contains mainly: red. Hex color #F455D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F455D7 is #0BAA28. Grayscale: #939393. Windows color (decimal): -764457 or 14112244. OLE color: 14112244.

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

Color convert

RGB24485215-
CMYK00.650.120.04
HSL310.94º87.85%64.51%-
HSV(B)310.94º65.16%95.69%-
XYZ52.8230.6467.42-
YUV147.36166.18196.93-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.85%
GREEN value IS 85 (33.59% from 255) = 15.62%
BLUE value IS 215 (84.38% from 255) = 39.52%
R=44.85%
G=15.62%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2448521500.650.120.04310.9487.8564.51
HexF455D7041C41375841
Octal3641253270101144467130101
Binary1111010010101011101011101000001110010010011011110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F455D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F455D7; }

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

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

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

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

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

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

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

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