#F046E0

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

Shades of Free Speech Magenta #F046E0

Tints of Free Speech Magenta #F046E0

Color information

#F046E0 (or 0xF046E0) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 46 and E0. RGB value is (240,70,224). Sum of RGB (Red+Green+Blue) = 240+70+224=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 70 (27.73% from 255 or 13.11% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F046E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F046E0 is #0FB91F. Grayscale: #898989. Windows color (decimal): -1030432 or 14698224. OLE color: 14698224.

HSL color Cylindrical-coordinate representation of color #F046E0: hue angle of 305.65º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F046E0 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB24070224-
CMYK00.710.070.06
HSL305.65º85%60.78%-
HSV(B)305.65º70.83%94.12%-
XYZ51.5828.2973.26-
YUV138.39176.32200.48-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.94%
GREEN value IS 70 (27.73% from 255) = 13.11%
BLUE value IS 224 (87.89% from 255) = 41.95%
R=44.94%
G=13.11%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407022400.710.070.06305.658560.78
HexF046E004776132553d
Octal36010634001077646212575
Binary11110000100011011100000010001111111101001100101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F046E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F046E0; }

 p { color: rgb(240,70,224); }

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

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

 a { background-color: rgb(240,70,224); }

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

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

 span { border-color: rgb(240,70,224); }

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