#F057D0

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

Shades of Free Speech Magenta #F057D0

Tints of Free Speech Magenta #F057D0

Color information

#F057D0 (or 0xF057D0) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 57 and D0. RGB value is (240,87,208). Sum of RGB (Red+Green+Blue) = 240+87+208=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 87 (34.38% from 255 or 16.26% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F057D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F057D0 is #0FA82F. Grayscale: #929292. Windows color (decimal): -1026096 or 13654000. OLE color: 13654000.

HSL color Cylindrical-coordinate representation of color #F057D0: hue angle of 312.55º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F057D0 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB24087208-
CMYK00.640.130.06
HSL312.55º83.61%64.12%-
HSV(B)312.55º63.75%94.12%-
XYZ50.7329.962.77-
YUV146.54162.69194.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.86%
GREEN value IS 87 (34.38% from 255) = 16.26%
BLUE value IS 208 (81.64% from 255) = 38.88%
R=44.86%
G=16.26%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408720800.640.130.06312.5583.6164.12
HexF057D0040D61395440
Octal3601273200100156471124100
Binary1111000010101111101000001000000110111010011100110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F057D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F057D0; }

 p { color: rgb(240,87,208); }

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

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

 a { background-color: rgb(240,87,208); }

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

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

 span { border-color: rgb(240,87,208); }

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