#f347f0

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

Shades of Free Speech Magenta #F347F0

Tints of Free Speech Magenta #F347F0

Color information

#F347F0 (or 0xF347F0) is unknown color: approx Free Speech Magenta. HEX triplet: F3, 47 and F0. RGB value is (243,71,240). Sum of RGB (Red+Green+Blue) = 243+71+240=554 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.86% from 554); Green value is 71 (28.12% from 255 or 12.82% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 243 - color contains mainly: red. Hex color #F347F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F347F0 is #0CB80F. Grayscale: #8D8D8D. Windows color (decimal): -833552 or 15747059. OLE color: 15747059.

HSL color Cylindrical-coordinate representation of color #F347F0: hue angle of 301.05º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F347F0 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB24371240-
CMYK00.710.010.05
HSL301.05º87.76%61.57%-
HSV(B)301.05º70.78%95.29%-
XYZ54.9429.8585.3-
YUV141.69183.48200.26-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.86%
GREEN value IS 71 (28.12% from 255) = 12.82%
BLUE value IS 240 (94.14% from 255) = 43.32%
R=43.86%
G=12.82%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437124000.710.010.05301.0587.7661.57
HexF347F00471512d583e
Octal36310736001071545513076
Binary111100111000111111100000100011111011001011011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f347f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f347f0; }

 p { color: rgb(243,71,240); }

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

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

 a { background-color: rgb(243,71,240); }

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

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

 span { border-color: rgb(243,71,240); }

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