#F256E7

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

Shades of Free Speech Magenta #F256E7

Tints of Free Speech Magenta #F256E7

Color information

#F256E7 (or 0xF256E7) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 56 and E7. RGB value is (242,86,231). Sum of RGB (Red+Green+Blue) = 242+86+231=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 86 (33.98% from 255 or 15.38% from 559); Blue value is 231 (90.62% from 255 or 41.32% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F256E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F256E7 is #0DA918. Grayscale: #949494. Windows color (decimal): -895257 or 15161074. OLE color: 15161074.

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

Color convert

RGB24286231-
CMYK00.640.050.05
HSL304.23º85.71%64.31%-
HSV(B)304.23º64.46%94.9%-
XYZ54.3731.378.78-
YUV149.17174.18194.21-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.29%
GREEN value IS 86 (33.98% from 255) = 15.38%
BLUE value IS 231 (90.62% from 255) = 41.32%
R=43.29%
G=15.38%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428623100.640.050.05304.2385.7164.31
HexF256E7040551305640
Octal362126347010055460126100
Binary111100101010110111001110100000010110110011000010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F256E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F256E7; }

 p { color: rgb(242,86,231); }

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

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

 a { background-color: rgb(242,86,231); }

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

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

 span { border-color: rgb(242,86,231); }

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