#f353d4

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

Shades of Free Speech Magenta #F353D4

Tints of Free Speech Magenta #F353D4

Color information

#F353D4 (or 0xF353D4) is unknown color: approx Free Speech Magenta. HEX triplet: F3, 53 and D4. RGB value is (243,83,212). Sum of RGB (Red+Green+Blue) = 243+83+212=538 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.17% from 538); Green value is 83 (32.81% from 255 or 15.43% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 243 - color contains mainly: red. Hex color #F353D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F353D4 is #0CAC2B. Grayscale: #919191. Windows color (decimal): -830508 or 13915123. OLE color: 13915123.

HSL color Cylindrical-coordinate representation of color #F353D4: hue angle of 311.62º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F353D4 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB24383212-
CMYK00.660.130.05
HSL311.62º86.96%63.92%-
HSV(B)311.62º65.84%95.29%-
XYZ51.9429.9965.34-
YUV145.55165.51197.51-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.17%
GREEN value IS 83 (32.81% from 255) = 15.43%
BLUE value IS 212 (83.20% from 255) = 39.41%
R=45.17%
G=15.43%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438321200.660.130.05311.6286.9663.92
HexF353D4042D51385740
Octal3631233240102155470127100
Binary1111001110100111101010001000010110110110011100010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f353d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f353d4; }

 p { color: rgb(243,83,212); }

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

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

 a { background-color: rgb(243,83,212); }

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

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

 span { border-color: rgb(243,83,212); }

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