#F13FE5

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

Shades of Free Speech Magenta #F13FE5

Tints of Free Speech Magenta #F13FE5

Color information

#F13FE5 (or 0xF13FE5) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 3F and E5. RGB value is (241,63,229). Sum of RGB (Red+Green+Blue) = 241+63+229=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 63 (25% from 255 or 11.82% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F13FE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13FE5 is #0EC01A. Grayscale: #868686. Windows color (decimal): -966683 or 15024113. OLE color: 15024113.

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

Color convert

RGB24163229-
CMYK00.740.050.05
HSL304.04º86.41%59.61%-
HSV(B)304.04º73.86%94.51%-
XYZ52.227.9176.77-
YUV135.15180.97203.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.22%
GREEN value IS 63 (25% from 255) = 11.82%
BLUE value IS 229 (89.84% from 255) = 42.96%
R=45.22%
G=11.82%
B=42.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416322900.740.050.05304.0486.4159.61
HexF13FE504A55130563c
Octal3617734501125546012674
Binary1111000111111111100101010010101011011001100001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13FE5; }

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

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

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

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

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

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

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

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