#F068E0

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

Shades of Free Speech Magenta #F068E0

Tints of Free Speech Magenta #F068E0

Color information

#F068E0 (or 0xF068E0) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 68 and E0. RGB value is (240,104,224). Sum of RGB (Red+Green+Blue) = 240+104+224=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 104 (41.02% from 255 or 18.31% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F068E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F068E0 is #0F971F. Grayscale: #9E9E9E. Windows color (decimal): -1021728 or 14706928. OLE color: 14706928.

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

Color convert

RGB240104224-
CMYK00.570.070.06
HSL307.06º81.93%67.45%-
HSV(B)307.06º56.67%94.12%-
XYZ54.3433.8174.18-
YUV158.34165.06186.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.25%
GREEN value IS 104 (41.02% from 255) = 18.31%
BLUE value IS 224 (87.89% from 255) = 39.44%
R=42.25%
G=18.31%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010422400.570.070.06307.0681.9367.45
HexF068E0039761335243
Octal36015034007176463122103
Binary11110000110100011100000011100111111010011001110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F068E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F068E0; }

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

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

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

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

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

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

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

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