#F554CC

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

Shades of Free Speech Magenta #F554CC

Tints of Free Speech Magenta #F554CC

Color information

#F554CC (or 0xF554CC) is unknown color: approx Free Speech Magenta. HEX triplet: F5, 54 and CC. RGB value is (245,84,204). Sum of RGB (Red+Green+Blue) = 245+84+204=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 84 (33.20% from 255 or 15.76% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F554CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F554CC is #0AAB33. Grayscale: #919191. Windows color (decimal): -699188 or 13391093. OLE color: 13391093.

HSL color Cylindrical-coordinate representation of color #F554CC: hue angle of 315.28º 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 #F554CC is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB24584204-
CMYK00.660.170.04
HSL315.28º88.95%64.51%-
HSV(B)315.28º65.71%96.08%-
XYZ51.7330.1160.21-
YUV145.82160.84198.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.97%
GREEN value IS 84 (33.20% from 255) = 15.76%
BLUE value IS 204 (80.08% from 255) = 38.27%
R=45.97%
G=15.76%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458420400.660.170.04315.2888.9564.51
HexF554CC04211413b5941
Octal3651243140102214473131101
Binary11110101101010011001100010000101000110010011101110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F554CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F554CC; }

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

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

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

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

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

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

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

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