#F060E3

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

Shades of Free Speech Magenta #F060E3

Tints of Free Speech Magenta #F060E3

Color information

#F060E3 (or 0xF060E3) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 60 and E3. RGB value is (240,96,227). Sum of RGB (Red+Green+Blue) = 240+96+227=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 96 (37.89% from 255 or 17.05% from 563); Blue value is 227 (89.06% from 255 or 40.32% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F060E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F060E3 is #0F9F1C. Grayscale: #999999. Windows color (decimal): -1023773 or 14901488. OLE color: 14901488.

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

Color convert

RGB24096227-
CMYK00.60.050.06
HSL305.42º82.76%65.88%-
HSV(B)305.42º60%94.12%-
XYZ53.9832.4476.09-
YUV153.99169.21189.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.63%
GREEN value IS 96 (37.89% from 255) = 17.05%
BLUE value IS 227 (89.06% from 255) = 40.32%
R=42.63%
G=17.05%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409622700.60.050.06305.4282.7665.88
HexF060E303C561315342
Octal36014034307456461123102
Binary11110000110000011100011011110010111010011000110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F060E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F060E3; }

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

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

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

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

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

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

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

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