Html Css Color HEX #F060EC Free Speech Magenta

📋 copy color: '#F060EC'

red 240 ◦ green 96 ◦ blue 236

#F060EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #F060EC

Tints of Free Speech Magenta #F060EC

RGB

 RED value IS 240 (94.14% from 255) = 41.96%

 GREEN value IS 96 (37.89% from 255) = 16.78%

 BLUE value IS 236 (92.58% from 255) = 41.26%

R = 41.96%
G = 16.78%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F060EC (or 0xF060EC) is known color: Free Speech Magenta. HEX triplet: F0, 60 and EC. RGB value is (240,96,236). Sum of RGB (Red+Green+Blue) = 240+96+236=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 96 (37.89% from 255 or 16.78% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F060EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F060EC is #0F9F13. Grayscale: #9A9A9A. Windows color (decimal): -1023764 or 15491312. OLE color: 15491312.

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

Color convert

RGB 240 96 236 -
CMYK 0 0.6 0.02 0.06
HSL 301.67º 0.83% 0.66% -
HSV(B) 301.67º 0.6% 0.94% -
XYZ 55.26 32.95 82.8 -
YUV 155.02 173.71 188.62 -
System Red Green Blue C M Y K H S L
Decimal 240 96 236 0 0.6 0.02 0.06 301.67 0.83 0.66
Hex F0 60 EC 0 3C 2 6 12E 53 42
Octal 360 140 354 0 74 2 6 456 123 102
Binary 11110000 1100000 11101100 0 111100 10 110 100101110 1010011 1000010

Color Harmonies of #F060EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F060EC

Black with #F060EC

Text Example


Text Example

White with #F060EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F060EC; }

 p { color: rgb(240,96,236); }

 H1.HeaderClassName
 {
   color: #F060EC;
 }
 .AnyTagClassName
 {
   color: #F060EC;
 }
</style>

background-color css

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

 a { background-color: rgb(240,96,236); }

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

border-color css

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

 span { border-color: rgb(240,96,236); }

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