#F365D3

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

Shades of Free Speech Magenta #F365D3

Tints of Free Speech Magenta #F365D3

Color information

#F365D3 (or 0xF365D3) is unknown color: approx Free Speech Magenta. HEX triplet: F3, 65 and D3. RGB value is (243,101,211). Sum of RGB (Red+Green+Blue) = 243+101+211=555 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.78% from 555); Green value is 101 (39.84% from 255 or 18.20% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 243 - color contains mainly: red. Hex color #F365D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F365D3 is #0C9A2C. Grayscale: #9B9B9B. Windows color (decimal): -825901 or 13854195. OLE color: 13854195.

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

Color convert

RGB243101211-
CMYK00.580.130.05
HSL313.52º85.54%67.45%-
HSV(B)313.52º58.44%95.29%-
XYZ53.3733.0765.2-
YUV156159.04190.06-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.78%
GREEN value IS 101 (39.84% from 255) = 18.20%
BLUE value IS 211 (82.81% from 255) = 38.02%
R=43.78%
G=18.20%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24310121100.580.130.05313.5285.5467.45
HexF365D303AD513a5643
Octal363145323072155472126103
Binary111100111100101110100110111010110110110011101010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F365D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F365D3; }

 p { color: rgb(243,101,211); }

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

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

 a { background-color: rgb(243,101,211); }

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

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

 span { border-color: rgb(243,101,211); }

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