#F455D6

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

Shades of Free Speech Magenta #F455D6

Tints of Free Speech Magenta #F455D6

Color information

#F455D6 (or 0xF455D6) is unknown color: approx Free Speech Magenta. HEX triplet: F4, 55 and D6. RGB value is (244,85,214). Sum of RGB (Red+Green+Blue) = 244+85+214=543 (71% of max value = 765). Red value is 244 (95.70% from 255 or 44.94% from 543); Green value is 85 (33.59% from 255 or 15.65% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 244 - color contains mainly: red. Hex color #F455D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F455D6 is #0BAA29. Grayscale: #929292. Windows color (decimal): -764458 or 14046708. OLE color: 14046708.

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

Color convert

RGB24485214-
CMYK00.650.120.04
HSL311.32º87.85%64.51%-
HSV(B)311.32º65.16%95.69%-
XYZ52.6930.5966.74-
YUV147.25165.68197.01-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.94%
GREEN value IS 85 (33.59% from 255) = 15.65%
BLUE value IS 214 (83.98% from 255) = 39.41%
R=44.94%
G=15.65%
B=39.41%

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
Decimal2448521400.650.120.04311.3287.8564.51
HexF455D6041C41375841
Octal3641253260101144467130101
Binary1111010010101011101011001000001110010010011011110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F455D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F455D6; }

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

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

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

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

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

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

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

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