#F358CF

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

Shades of Free Speech Magenta #F358CF

Tints of Free Speech Magenta #F358CF

Color information

#F358CF (or 0xF358CF) is unknown color: approx Free Speech Magenta. HEX triplet: F3, 58 and CF. RGB value is (243,88,207). Sum of RGB (Red+Green+Blue) = 243+88+207=538 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.17% from 538); Green value is 88 (34.77% from 255 or 16.36% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 243 - color contains mainly: red. Hex color #F358CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F358CF is #0CA730. Grayscale: #939393. Windows color (decimal): -829233 or 13588723. OLE color: 13588723.

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

Color convert

RGB24388207-
CMYK00.640.150.05
HSL313.94º86.59%64.9%-
HSV(B)313.94º63.79%95.29%-
XYZ51.7130.5462.2-
YUV147.91161.35195.82-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.17%
GREEN value IS 88 (34.77% from 255) = 16.36%
BLUE value IS 207 (81.25% from 255) = 38.48%
R=45.17%
G=16.36%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438820700.640.150.05313.9486.5964.9
HexF358CF040F513a5741
Octal3631303170100175472127101
Binary1111001110110001100111101000000111110110011101010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F358CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F358CF; }

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

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

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

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

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

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

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

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