#F054E0

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

Shades of Free Speech Magenta #F054E0

Tints of Free Speech Magenta #F054E0

Color information

#F054E0 (or 0xF054E0) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 54 and E0. RGB value is (240,84,224). Sum of RGB (Red+Green+Blue) = 240+84+224=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 84 (33.20% from 255 or 15.33% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F054E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F054E0 is #0FAB1F. Grayscale: #929292. Windows color (decimal): -1026848 or 14701808. OLE color: 14701808.

HSL color Cylindrical-coordinate representation of color #F054E0: hue angle of 306.15º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F054E0 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB24084224-
CMYK00.650.070.06
HSL306.15º83.87%63.53%-
HSV(B)306.15º65%94.12%-
XYZ52.5630.2573.59-
YUV146.6171.68194.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.80%
GREEN value IS 84 (33.20% from 255) = 15.33%
BLUE value IS 224 (87.89% from 255) = 40.88%
R=43.80%
G=15.33%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408422400.650.070.06306.1583.8763.53
HexF054E0041761325440
Octal360124340010176462124100
Binary111100001010100111000000100000111111010011001010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F054E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F054E0; }

 p { color: rgb(240,84,224); }

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

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

 a { background-color: rgb(240,84,224); }

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

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

 span { border-color: rgb(240,84,224); }

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