#F358CC

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

Shades of Free Speech Magenta #F358CC

Tints of Free Speech Magenta #F358CC

Color information

#F358CC (or 0xF358CC) is unknown color: approx Free Speech Magenta. HEX triplet: F3, 58 and CC. RGB value is (243,88,204). Sum of RGB (Red+Green+Blue) = 243+88+204=535 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.42% from 535); Green value is 88 (34.77% from 255 or 16.45% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 243 - color contains mainly: red. Hex color #F358CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F358CC is #0CA733. Grayscale: #939393. Windows color (decimal): -829236 or 13392115. OLE color: 13392115.

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

Color convert

RGB24388204-
CMYK00.640.160.05
HSL315.1º86.59%64.9%-
HSV(B)315.1º63.79%95.29%-
XYZ51.3530.3960.29-
YUV147.57159.85196.07-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.42%
GREEN value IS 88 (34.77% from 255) = 16.45%
BLUE value IS 204 (80.08% from 255) = 38.13%
R=45.42%
G=16.45%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438820400.640.160.05315.186.5964.9
HexF358CC04010513b5741
Octal3631303140100205473127101
Binary11110011101100011001100010000001000010110011101110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F358CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F358CC; }

 p { color: rgb(243,88,204); }

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

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

 a { background-color: rgb(243,88,204); }

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

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

 span { border-color: rgb(243,88,204); }

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