#F357D7

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

Shades of Free Speech Magenta #F357D7

Tints of Free Speech Magenta #F357D7

Color information

#F357D7 (or 0xF357D7) is unknown color: approx Free Speech Magenta. HEX triplet: F3, 57 and D7. RGB value is (243,87,215). Sum of RGB (Red+Green+Blue) = 243+87+215=545 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.59% from 545); Green value is 87 (34.38% from 255 or 15.96% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 243 - color contains mainly: red. Hex color #F357D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F357D7 is #0CA828. Grayscale: #939393. Windows color (decimal): -829481 or 14112755. OLE color: 14112755.

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

Color convert

RGB24387215-
CMYK00.640.120.05
HSL310.77º86.67%64.71%-
HSV(B)310.77º64.2%95.29%-
XYZ52.6430.7867.46-
YUV148.24165.68195.59-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.59%
GREEN value IS 87 (34.38% from 255) = 15.96%
BLUE value IS 215 (84.38% from 255) = 39.45%
R=44.59%
G=15.96%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438721500.640.120.05310.7786.6764.71
HexF357D7040C51375741
Octal3631273270100145467127101
Binary1111001110101111101011101000000110010110011011110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F357D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F357D7; }

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

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

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

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

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

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

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

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