#F35AD6

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

Shades of Free Speech Magenta #F35AD6

Tints of Free Speech Magenta #F35AD6

Color information

#F35AD6 (or 0xF35AD6) is unknown color: approx Free Speech Magenta. HEX triplet: F3, 5A and D6. RGB value is (243,90,214). Sum of RGB (Red+Green+Blue) = 243+90+214=547 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.42% from 547); Green value is 90 (35.55% from 255 or 16.45% from 547); Blue value is 214 (83.98% from 255 or 39.12% from 547); Max value from RGB is 243 - color contains mainly: red. Hex color #F35AD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F35AD6 is #0CA529. Grayscale: #959595. Windows color (decimal): -828714 or 14047987. OLE color: 14047987.

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

Color convert

RGB24390214-
CMYK00.630.120.05
HSL311.37º86.44%65.29%-
HSV(B)311.37º62.96%95.29%-
XYZ52.7631.2266.86-
YUV149.88164.19194.42-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.42%
GREEN value IS 90 (35.55% from 255) = 16.45%
BLUE value IS 214 (83.98% from 255) = 39.12%
R=44.42%
G=16.45%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439021400.630.120.05311.3786.4465.29
HexF35AD603FC51375641
Octal363132326077145467126101
Binary111100111011010110101100111111110010110011011110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35AD6; }

 p { color: rgb(243,90,214); }

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

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

 a { background-color: rgb(243,90,214); }

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

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

 span { border-color: rgb(243,90,214); }

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