#F258E6

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

Shades of Free Speech Magenta #F258E6

Tints of Free Speech Magenta #F258E6

Color information

#F258E6 (or 0xF258E6) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 58 and E6. RGB value is (242,88,230). Sum of RGB (Red+Green+Blue) = 242+88+230=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 88 (34.77% from 255 or 15.71% from 560); Blue value is 230 (90.23% from 255 or 41.07% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F258E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F258E6 is #0DA719. Grayscale: #959595. Windows color (decimal): -894746 or 15096050. OLE color: 15096050.

HSL color Cylindrical-coordinate representation of color #F258E6: hue angle of 304.68º 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 #F258E6 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB24288230-
CMYK00.640.050.05
HSL304.68º85.56%64.71%-
HSV(B)304.68º63.64%94.9%-
XYZ54.3931.5778.09-
YUV150.23173.02193.45-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.21%
GREEN value IS 88 (34.77% from 255) = 15.71%
BLUE value IS 230 (90.23% from 255) = 41.07%
R=43.21%
G=15.71%
B=41.07%

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
Decimal2428823000.640.050.05304.6885.5664.71
HexF258E6040551315641
Octal362130346010055461126101
Binary111100101011000111001100100000010110110011000110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F258E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F258E6; }

 p { color: rgb(242,88,230); }

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

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

 a { background-color: rgb(242,88,230); }

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

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

 span { border-color: rgb(242,88,230); }

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