#F365D4

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

Shades of Free Speech Magenta #F365D4

Tints of Free Speech Magenta #F365D4

Color information

#F365D4 (or 0xF365D4) is unknown color: approx Free Speech Magenta. HEX triplet: F3, 65 and D4. RGB value is (243,101,212). Sum of RGB (Red+Green+Blue) = 243+101+212=556 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.71% from 556); Green value is 101 (39.84% from 255 or 18.17% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 243 - color contains mainly: red. Hex color #F365D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F365D4 is #0C9A2B. Grayscale: #9B9B9B. Windows color (decimal): -825900 or 13919731. OLE color: 13919731.

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

Color convert

RGB243101212-
CMYK00.580.130.05
HSL313.1º85.54%67.45%-
HSV(B)313.1º58.44%95.29%-
XYZ53.533.1265.86-
YUV156.11159.54189.97-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.71%
GREEN value IS 101 (39.84% from 255) = 18.17%
BLUE value IS 212 (83.20% from 255) = 38.13%
R=43.71%
G=18.17%
B=38.13%

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
Decimal24310121200.580.130.05313.185.5467.45
HexF365D403AD51395643
Octal363145324072155471126103
Binary111100111100101110101000111010110110110011100110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F365D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F365D4; }

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

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

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

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

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

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

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

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