#F555D1

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

Shades of Free Speech Magenta #F555D1

Tints of Free Speech Magenta #F555D1

Color information

#F555D1 (or 0xF555D1) is unknown color: approx Free Speech Magenta. HEX triplet: F5, 55 and D1. RGB value is (245,85,209). Sum of RGB (Red+Green+Blue) = 245+85+209=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 85 (33.59% from 255 or 15.77% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 245 - color contains mainly: red. Hex color #F555D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F555D1 is #0AAA2E. Grayscale: #929292. Windows color (decimal): -698927 or 13719029. OLE color: 13719029.

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

Color convert

RGB24585209-
CMYK00.650.150.04
HSL313.5º88.89%64.71%-
HSV(B)313.5º65.31%96.08%-
XYZ52.4130.5163.45-
YUV146.98163.01197.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.45%
GREEN value IS 85 (33.59% from 255) = 15.77%
BLUE value IS 209 (82.03% from 255) = 38.78%
R=45.45%
G=15.77%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458520900.650.150.04313.588.8964.71
HexF555D1041F413a5941
Octal3651253210101174472131101
Binary1111010110101011101000101000001111110010011101010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F555D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F555D1; }

 p { color: rgb(245,85,209); }

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

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

 a { background-color: rgb(245,85,209); }

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

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

 span { border-color: rgb(245,85,209); }

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