#F062EA

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

Shades of Free Speech Magenta #F062EA

Tints of Free Speech Magenta #F062EA

Color information

#F062EA (or 0xF062EA) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 62 and EA. RGB value is (240,98,234). Sum of RGB (Red+Green+Blue) = 240+98+234=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 98 (38.67% from 255 or 17.13% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F062EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F062EA is #0F9D15. Grayscale: #9B9B9B. Windows color (decimal): -1023254 or 15360752. OLE color: 15360752.

HSL color Cylindrical-coordinate representation of color #F062EA: hue angle of 302.54º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F062EA is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB24098234-
CMYK00.590.020.06
HSL302.54º82.56%66.27%-
HSV(B)302.54º59.17%94.12%-
XYZ55.1533.281.34-
YUV155.96172.04187.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.96%
GREEN value IS 98 (38.67% from 255) = 17.13%
BLUE value IS 234 (91.80% from 255) = 40.91%
R=41.96%
G=17.13%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409823400.590.020.06302.5482.5666.27
HexF062EA03B2612f5342
Octal36014235207326457123102
Binary1111000011000101110101001110111011010010111110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F062EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F062EA; }

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

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

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

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

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

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

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

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