#F06ADE

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

Shades of Free Speech Magenta #F06ADE

Tints of Free Speech Magenta #F06ADE

Color information

#F06ADE (or 0xF06ADE) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 6A and DE. RGB value is (240,106,222). Sum of RGB (Red+Green+Blue) = 240+106+222=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 106 (41.80% from 255 or 18.66% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F06ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06ADE is #0F9521. Grayscale: #9E9E9E. Windows color (decimal): -1021218 or 14576368. OLE color: 14576368.

HSL color Cylindrical-coordinate representation of color #F06ADE: hue angle of 308.06º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F06ADE is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240106222-
CMYK00.560.080.06
HSL308.06º81.71%67.84%-
HSV(B)308.06º55.83%94.12%-
XYZ54.2734.1172.83-
YUV159.29163.39185.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.25%
GREEN value IS 106 (41.80% from 255) = 18.66%
BLUE value IS 222 (87.11% from 255) = 39.08%
R=42.25%
G=18.66%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010622200.560.080.06308.0681.7167.84
HexF06ADE038861345244
Octal360152336070106464122104
Binary111100001101010110111100111000100011010011010010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06ADE; }

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

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

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

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

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

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

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

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