#F357D0

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

Shades of Free Speech Magenta #F357D0

Tints of Free Speech Magenta #F357D0

Color information

#F357D0 (or 0xF357D0) is unknown color: approx Free Speech Magenta. HEX triplet: F3, 57 and D0. RGB value is (243,87,208). Sum of RGB (Red+Green+Blue) = 243+87+208=538 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.17% from 538); Green value is 87 (34.38% from 255 or 16.17% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 243 - color contains mainly: red. Hex color #F357D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F357D0 is #0CA82F. Grayscale: #939393. Windows color (decimal): -829488 or 13654003. OLE color: 13654003.

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

Color convert

RGB24387208-
CMYK00.640.140.05
HSL313.46º86.67%64.71%-
HSV(B)313.46º64.2%95.29%-
XYZ51.7630.4362.82-
YUV147.44162.18196.16-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.17%
GREEN value IS 87 (34.38% from 255) = 16.17%
BLUE value IS 208 (81.64% from 255) = 38.66%
R=45.17%
G=16.17%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438720800.640.140.05313.4686.6764.71
HexF357D0040E51395741
Octal3631273200100165471127101
Binary1111001110101111101000001000000111010110011100110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F357D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F357D0; }

 p { color: rgb(243,87,208); }

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

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

 a { background-color: rgb(243,87,208); }

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

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

 span { border-color: rgb(243,87,208); }

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