#F35EDD

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

Shades of Free Speech Magenta #F35EDD

Tints of Free Speech Magenta #F35EDD

Color information

#F35EDD (or 0xF35EDD) is unknown color: approx Free Speech Magenta. HEX triplet: F3, 5E and DD. RGB value is (243,94,221). Sum of RGB (Red+Green+Blue) = 243+94+221=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 94 (37.11% from 255 or 16.85% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 243 - color contains mainly: red. Hex color #F35EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F35EDD is #0CA122. Grayscale: #989898. Windows color (decimal): -827683 or 14507763. OLE color: 14507763.

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

Color convert

RGB24394221-
CMYK00.610.090.05
HSL308.86º86.13%66.08%-
HSV(B)308.86º61.32%95.29%-
XYZ54.0232.2871.79-
YUV153.03166.36192.17-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.55%
GREEN value IS 94 (37.11% from 255) = 16.85%
BLUE value IS 221 (86.72% from 255) = 39.61%
R=43.55%
G=16.85%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439422100.610.090.05308.8686.1366.08
HexF35EDD03D951355642
Octal363136335075115465126102
Binary111100111011110110111010111101100110110011010110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35EDD; }

 p { color: rgb(243,94,221); }

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

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

 a { background-color: rgb(243,94,221); }

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

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

 span { border-color: rgb(243,94,221); }

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