#F257EC

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

Shades of Free Speech Magenta #F257EC

Tints of Free Speech Magenta #F257EC

Color information

#F257EC (or 0xF257EC) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 57 and EC. RGB value is (242,87,236). Sum of RGB (Red+Green+Blue) = 242+87+236=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 87 (34.38% from 255 or 15.40% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F257EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F257EC is #0DA813. Grayscale: #959595. Windows color (decimal): -894996 or 15489010. OLE color: 15489010.

HSL color Cylindrical-coordinate representation of color #F257EC: hue angle of 302.32º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F257EC is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB24287236-
CMYK00.640.020.05
HSL302.32º85.64%64.51%-
HSV(B)302.32º64.05%94.9%-
XYZ55.1731.7582.58-
YUV150.33176.35193.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.83%
GREEN value IS 87 (34.38% from 255) = 15.40%
BLUE value IS 236 (92.58% from 255) = 41.77%
R=42.83%
G=15.40%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428723600.640.020.05302.3285.6464.51
HexF257EC0402512e5641
Octal362127354010025456126101
Binary11110010101011111101100010000001010110010111010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F257EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F257EC; }

 p { color: rgb(242,87,236); }

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

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

 a { background-color: rgb(242,87,236); }

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

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

 span { border-color: rgb(242,87,236); }

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