#F350D8

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

Shades of Free Speech Magenta #F350D8

Tints of Free Speech Magenta #F350D8

Color information

#F350D8 (or 0xF350D8) is unknown color: approx Free Speech Magenta. HEX triplet: F3, 50 and D8. RGB value is (243,80,216). Sum of RGB (Red+Green+Blue) = 243+80+216=539 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.08% from 539); Green value is 80 (31.64% from 255 or 14.84% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 243 - color contains mainly: red. Hex color #F350D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F350D8 is #0CAF27. Grayscale: #8F8F8F. Windows color (decimal): -831272 or 14176499. OLE color: 14176499.

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

Color convert

RGB24380216-
CMYK00.670.110.05
HSL309.94º87.17%63.33%-
HSV(B)309.94º67.08%95.29%-
XYZ52.2329.7567.96-
YUV144.24168.5198.44-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.08%
GREEN value IS 80 (31.64% from 255) = 14.84%
BLUE value IS 216 (84.77% from 255) = 40.07%
R=45.08%
G=14.84%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438021600.670.110.05309.9487.1763.33
HexF350D8043B5136573f
Octal363120330010313546612777
Binary111100111010000110110000100001110111011001101101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F350D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F350D8; }

 p { color: rgb(243,80,216); }

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

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

 a { background-color: rgb(243,80,216); }

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

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

 span { border-color: rgb(243,80,216); }

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