#F360D7

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

Shades of Free Speech Magenta #F360D7

Tints of Free Speech Magenta #F360D7

Color information

#F360D7 (or 0xF360D7) is unknown color: approx Free Speech Magenta. HEX triplet: F3, 60 and D7. RGB value is (243,96,215). Sum of RGB (Red+Green+Blue) = 243+96+215=554 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.86% from 554); Green value is 96 (37.89% from 255 or 17.33% from 554); Blue value is 215 (84.38% from 255 or 38.81% from 554); Max value from RGB is 243 - color contains mainly: red. Hex color #F360D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F360D7 is #0C9F28. Grayscale: #999999. Windows color (decimal): -827177 or 14115059. OLE color: 14115059.

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

Color convert

RGB24396215-
CMYK00.600.120.05
HSL311.43º85.96%66.47%-
HSV(B)311.43º60.49%95.29%-
XYZ53.4132.3367.71-
YUV153.52162.7191.82-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.86%
GREEN value IS 96 (37.89% from 255) = 17.33%
BLUE value IS 215 (84.38% from 255) = 38.81%
R=43.86%
G=17.33%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439621500.600.120.05311.4385.9666.47
HexF360D703CC51375642
Octal363140327074145467126102
Binary111100111100000110101110111100110010110011011110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F360D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F360D7; }

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

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

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

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

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

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

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

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