#F054D7

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

Shades of Free Speech Magenta #F054D7

Tints of Free Speech Magenta #F054D7

Color information

#F054D7 (or 0xF054D7) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 54 and D7. RGB value is (240,84,215). Sum of RGB (Red+Green+Blue) = 240+84+215=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 84 (33.20% from 255 or 15.58% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F054D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F054D7 is #0FAB28. Grayscale: #919191. Windows color (decimal): -1026857 or 14111984. OLE color: 14111984.

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

Color convert

RGB24084215-
CMYK00.650.100.06
HSL309.62º83.87%63.53%-
HSV(B)309.62º65%94.12%-
XYZ51.3729.7767.33-
YUV145.58167.18195.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.53%
GREEN value IS 84 (33.20% from 255) = 15.58%
BLUE value IS 215 (84.38% from 255) = 39.89%
R=44.53%
G=15.58%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408421500.650.100.06309.6283.8763.53
HexF054D7041A61365440
Octal3601243270101126466124100
Binary1111000010101001101011101000001101011010011011010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F054D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F054D7; }

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

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

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

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

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

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

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

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