#F055E0

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

Shades of Free Speech Magenta #F055E0

Tints of Free Speech Magenta #F055E0

Color information

#F055E0 (or 0xF055E0) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 55 and E0. RGB value is (240,85,224). Sum of RGB (Red+Green+Blue) = 240+85+224=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 85 (33.59% from 255 or 15.48% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F055E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F055E0 is #0FAA1F. Grayscale: #929292. Windows color (decimal): -1026592 or 14702064. OLE color: 14702064.

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

Color convert

RGB24085224-
CMYK00.650.070.06
HSL306.19º83.78%63.73%-
HSV(B)306.19º64.58%94.12%-
XYZ52.6430.473.62-
YUV147.19171.35194.2-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.72%
GREEN value IS 85 (33.59% from 255) = 15.48%
BLUE value IS 224 (87.89% from 255) = 40.80%
R=43.72%
G=15.48%
B=40.80%

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
Decimal2408522400.650.070.06306.1983.7863.73
HexF055E0041761325440
Octal360125340010176462124100
Binary111100001010101111000000100000111111010011001010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F055E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F055E0; }

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

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

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

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

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

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

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

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