#F068EA

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

Shades of Free Speech Magenta #F068EA

Tints of Free Speech Magenta #F068EA

Color information

#F068EA (or 0xF068EA) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 68 and EA. RGB value is (240,104,234). Sum of RGB (Red+Green+Blue) = 240+104+234=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 104 (41.02% from 255 or 17.99% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F068EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F068EA is #0F9715. Grayscale: #9F9F9F. Windows color (decimal): -1021718 or 15362288. OLE color: 15362288.

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

Color convert

RGB240104234-
CMYK00.570.020.06
HSL302.65º81.93%67.45%-
HSV(B)302.65º56.67%94.12%-
XYZ55.7434.3781.54-
YUV159.48170.06185.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.52%
GREEN value IS 104 (41.02% from 255) = 17.99%
BLUE value IS 234 (91.80% from 255) = 40.48%
R=41.52%
G=17.99%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010423400.570.020.06302.6581.9367.45
HexF068EA0392612f5243
Octal36015035207126457122103
Binary1111000011010001110101001110011011010010111110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F068EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F068EA; }

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

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

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

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

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

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

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

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