#F055D5

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

Shades of Free Speech Magenta #F055D5

Tints of Free Speech Magenta #F055D5

Color information

#F055D5 (or 0xF055D5) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 55 and D5. RGB value is (240,85,213). Sum of RGB (Red+Green+Blue) = 240+85+213=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 85 (33.59% from 255 or 15.80% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F055D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F055D5 is #0FAA2A. Grayscale: #919191. Windows color (decimal): -1026603 or 13981168. OLE color: 13981168.

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

Color convert

RGB24085213-
CMYK00.650.110.06
HSL310.45º83.78%63.73%-
HSV(B)310.45º64.58%94.12%-
XYZ51.1929.8366.01-
YUV145.94165.85195.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.61%
GREEN value IS 85 (33.59% from 255) = 15.80%
BLUE value IS 213 (83.59% from 255) = 39.59%
R=44.61%
G=15.80%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408521300.650.110.06310.4583.7863.73
HexF055D5041B61365440
Octal3601253250101136466124100
Binary1111000010101011101010101000001101111010011011010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F055D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F055D5; }

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

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

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

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

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

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

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

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