#F36ADE

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

Shades of Free Speech Magenta #F36ADE

Tints of Free Speech Magenta #F36ADE

Color information

#F36ADE (or 0xF36ADE) is unknown color: approx Free Speech Magenta. HEX triplet: F3, 6A and DE. RGB value is (243,106,222). Sum of RGB (Red+Green+Blue) = 243+106+222=571 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.56% from 571); Green value is 106 (41.80% from 255 or 18.56% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 243 - color contains mainly: red. Hex color #F36ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F36ADE is #0C9521. Grayscale: #9F9F9F. Windows color (decimal): -824610 or 14576371. OLE color: 14576371.

HSL color Cylindrical-coordinate representation of color #F36ADE: hue angle of 309.2º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F36ADE is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB243106222-
CMYK00.560.090.05
HSL309.2º85.09%68.43%-
HSV(B)309.2º56.38%95.29%-
XYZ55.334.6472.88-
YUV160.19162.89187.07-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.56%
GREEN value IS 106 (41.80% from 255) = 18.56%
BLUE value IS 222 (87.11% from 255) = 38.88%
R=42.56%
G=18.56%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24310622200.560.090.05309.285.0968.43
HexF36ADE038951355544
Octal363152336070115465125104
Binary111100111101010110111100111000100110110011010110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F36ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F36ADE; }

 p { color: rgb(243,106,222); }

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

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

 a { background-color: rgb(243,106,222); }

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

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

 span { border-color: rgb(243,106,222); }

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