#F154E6

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

Shades of Free Speech Magenta #F154E6

Tints of Free Speech Magenta #F154E6

Color information

#F154E6 (or 0xF154E6) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 54 and E6. RGB value is (241,84,230). Sum of RGB (Red+Green+Blue) = 241+84+230=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 84 (33.20% from 255 or 15.14% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F154E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F154E6 is #0EAB19. Grayscale: #939393. Windows color (decimal): -961306 or 15095025. OLE color: 15095025.

HSL color Cylindrical-coordinate representation of color #F154E6: hue angle of 304.2º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F154E6 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB24184230-
CMYK00.650.050.05
HSL304.2º84.86%63.73%-
HSV(B)304.2º65.15%94.51%-
XYZ53.7330.7577.97-
YUV147.59174.51194.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.42%
GREEN value IS 84 (33.20% from 255) = 15.14%
BLUE value IS 230 (90.23% from 255) = 41.44%
R=43.42%
G=15.14%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418423000.650.050.05304.284.8663.73
HexF154E6041551305540
Octal361124346010155460125100
Binary111100011010100111001100100000110110110011000010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F154E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F154E6; }

 p { color: rgb(241,84,230); }

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

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

 a { background-color: rgb(241,84,230); }

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

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

 span { border-color: rgb(241,84,230); }

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