#F068E3

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

Shades of Free Speech Magenta #F068E3

Tints of Free Speech Magenta #F068E3

Color information

#F068E3 (or 0xF068E3) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 68 and E3. RGB value is (240,104,227). Sum of RGB (Red+Green+Blue) = 240+104+227=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 104 (41.02% from 255 or 18.21% from 571); Blue value is 227 (89.06% from 255 or 39.75% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F068E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F068E3 is #0F971C. Grayscale: #9E9E9E. Windows color (decimal): -1021725 or 14903536. OLE color: 14903536.

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

Color convert

RGB240104227-
CMYK00.570.050.06
HSL305.74º81.93%67.45%-
HSV(B)305.74º56.67%94.12%-
XYZ54.7533.9776.34-
YUV158.69166.56186-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.03%
GREEN value IS 104 (41.02% from 255) = 18.21%
BLUE value IS 227 (89.06% from 255) = 39.75%
R=42.03%
G=18.21%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010422700.570.050.06305.7481.9367.45
HexF068E3039561325243
Octal36015034307156462122103
Binary11110000110100011100011011100110111010011001010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F068E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F068E3; }

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

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

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

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

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

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

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

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