#F364E8

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

Shades of Free Speech Magenta #F364E8

Tints of Free Speech Magenta #F364E8

Color information

#F364E8 (or 0xF364E8) is unknown color: approx Free Speech Magenta. HEX triplet: F3, 64 and E8. RGB value is (243,100,232). Sum of RGB (Red+Green+Blue) = 243+100+232=575 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.26% from 575); Green value is 100 (39.45% from 255 or 17.39% from 575); Blue value is 232 (91.02% from 255 or 40.35% from 575); Max value from RGB is 243 - color contains mainly: red. Hex color #F364E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F364E8 is #0C9B17. Grayscale: #9D9D9D. Windows color (decimal): -826136 or 15230195. OLE color: 15230195.

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

Color convert

RGB243100232-
CMYK00.590.050.05
HSL304.62º85.63%67.25%-
HSV(B)304.62º58.85%95.29%-
XYZ56.083479.95-
YUV157.8169.88188.77-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.26%
GREEN value IS 100 (39.45% from 255) = 17.39%
BLUE value IS 232 (91.02% from 255) = 40.35%
R=42.26%
G=17.39%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24310023200.590.050.05304.6285.6367.25
HexF364E803B551315643
Octal36314435007355461126103
Binary11110011110010011101000011101110110110011000110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F364E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F364E8; }

 p { color: rgb(243,100,232); }

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

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

 a { background-color: rgb(243,100,232); }

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

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

 span { border-color: rgb(243,100,232); }

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