#F34ED5

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

Shades of Free Speech Magenta #F34ED5

Tints of Free Speech Magenta #F34ED5

Color information

#F34ED5 (or 0xF34ED5) is unknown color: approx Free Speech Magenta. HEX triplet: F3, 4E and D5. RGB value is (243,78,213). Sum of RGB (Red+Green+Blue) = 243+78+213=534 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.51% from 534); Green value is 78 (30.86% from 255 or 14.61% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 243 - color contains mainly: red. Hex color #F34ED5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F34ED5 is #0CB12A. Grayscale: #8E8E8E. Windows color (decimal): -831787 or 13979379. OLE color: 13979379.

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

Color convert

RGB24378213-
CMYK00.680.120.05
HSL310.91º87.3%62.94%-
HSV(B)310.91º67.9%95.29%-
XYZ51.729.3165.88-
YUV142.72167.66199.52-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.51%
GREEN value IS 78 (30.86% from 255) = 14.61%
BLUE value IS 213 (83.59% from 255) = 39.89%
R=45.51%
G=14.61%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437821300.680.120.05310.9187.362.94
HexF34ED5044C5137573f
Octal363116325010414546712777
Binary111100111001110110101010100010011001011001101111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34ED5; }

 p { color: rgb(243,78,213); }

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

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

 a { background-color: rgb(243,78,213); }

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

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

 span { border-color: rgb(243,78,213); }

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