#F350D7

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

Shades of Free Speech Magenta #F350D7

Tints of Free Speech Magenta #F350D7

Color information

#F350D7 (or 0xF350D7) is unknown color: approx Free Speech Magenta. HEX triplet: F3, 50 and D7. RGB value is (243,80,215). Sum of RGB (Red+Green+Blue) = 243+80+215=538 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.17% from 538); Green value is 80 (31.64% from 255 or 14.87% from 538); Blue value is 215 (84.38% from 255 or 39.96% from 538); Max value from RGB is 243 - color contains mainly: red. Hex color #F350D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F350D7 is #0CAF28. Grayscale: #8F8F8F. Windows color (decimal): -831273 or 14110963. OLE color: 14110963.

HSL color Cylindrical-coordinate representation of color #F350D7: hue angle of 310.31º 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 #F350D7 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB24380215-
CMYK00.670.120.05
HSL310.31º87.17%63.33%-
HSV(B)310.31º67.08%95.29%-
XYZ52.129.767.28-
YUV144.13168198.52-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.17%
GREEN value IS 80 (31.64% from 255) = 14.87%
BLUE value IS 215 (84.38% from 255) = 39.96%
R=45.17%
G=14.87%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438021500.670.120.05310.3187.1763.33
HexF350D7043C5136573f
Octal363120327010314546612777
Binary111100111010000110101110100001111001011001101101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F350D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F350D7; }

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

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

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

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

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

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

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

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