#f13fee

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

Shades of Free Speech Magenta #F13FEE

Tints of Free Speech Magenta #F13FEE

Color information

#F13FEE (or 0xF13FEE) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 3F and EE. RGB value is (241,63,238). Sum of RGB (Red+Green+Blue) = 241+63+238=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 63 (25% from 255 or 11.62% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F13FEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F13FEE is #0EC011. Grayscale: #878787. Windows color (decimal): -966674 or 15613937. OLE color: 15613937.

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

Color convert

RGB24163238-
CMYK00.740.010.05
HSL301.01º86.41%59.61%-
HSV(B)301.01º73.86%94.51%-
XYZ53.4928.4383.56-
YUV136.17185.47202.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.46%
GREEN value IS 63 (25% from 255) = 11.62%
BLUE value IS 238 (93.36% from 255) = 43.91%
R=44.46%
G=11.62%
B=43.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416323800.740.010.05301.0186.4159.61
HexF13FEE04A1512d563c
Octal3617735601121545512674
Binary11110001111111111011100100101011011001011011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f13fee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f13fee; }

 p { color: rgb(241,63,238); }

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

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

 a { background-color: rgb(241,63,238); }

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

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

 span { border-color: rgb(241,63,238); }

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