#F554DA

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

Shades of Free Speech Magenta #F554DA

Tints of Free Speech Magenta #F554DA

Color information

#F554DA (or 0xF554DA) is unknown color: approx Free Speech Magenta. HEX triplet: F5, 54 and DA. RGB value is (245,84,218). Sum of RGB (Red+Green+Blue) = 245+84+218=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 84 (33.20% from 255 or 15.36% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F554DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F554DA is #0AAB25. Grayscale: #939393. Windows color (decimal): -699174 or 14308597. OLE color: 14308597.

HSL color Cylindrical-coordinate representation of color #F554DA: hue angle of 310.06º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F554DA is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB24584218-
CMYK00.660.110.04
HSL310.06º88.95%64.51%-
HSV(B)310.06º65.71%96.08%-
XYZ53.4830.8269.46-
YUV147.42167.84197.6-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.79%
GREEN value IS 84 (33.20% from 255) = 15.36%
BLUE value IS 218 (85.55% from 255) = 39.85%
R=44.79%
G=15.36%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458421800.660.110.04310.0688.9564.51
HexF554DA042B41365941
Octal3651243320102134466131101
Binary1111010110101001101101001000010101110010011011010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F554DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F554DA; }

 p { color: rgb(245,84,218); }

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

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

 a { background-color: rgb(245,84,218); }

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

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

 span { border-color: rgb(245,84,218); }

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