#F13FE7

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

Shades of Free Speech Magenta #F13FE7

Tints of Free Speech Magenta #F13FE7

Color information

#F13FE7 (or 0xF13FE7) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 3F and E7. RGB value is (241,63,231). Sum of RGB (Red+Green+Blue) = 241+63+231=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 63 (25% from 255 or 11.78% from 535); Blue value is 231 (90.62% from 255 or 43.18% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F13FE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F13FE7 is #0EC018. Grayscale: #868686. Windows color (decimal): -966681 or 15155185. OLE color: 15155185.

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

Color convert

RGB24163231-
CMYK00.740.040.05
HSL303.37º86.41%59.61%-
HSV(B)303.37º73.86%94.51%-
XYZ52.4828.0378.24-
YUV135.37181.97203.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.05%
GREEN value IS 63 (25% from 255) = 11.78%
BLUE value IS 231 (90.62% from 255) = 43.18%
R=45.05%
G=11.78%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416323100.740.040.05303.3786.4159.61
HexF13FE704A4512f563c
Octal3617734701124545712674
Binary1111000111111111100111010010101001011001011111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13FE7; }

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

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

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

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

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

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

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

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