#F55CDA

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

Shades of Free Speech Magenta #F55CDA

Tints of Free Speech Magenta #F55CDA

Color information

#F55CDA (or 0xF55CDA) is unknown color: approx Free Speech Magenta. HEX triplet: F5, 5C and DA. RGB value is (245,92,218). Sum of RGB (Red+Green+Blue) = 245+92+218=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 92 (36.33% from 255 or 16.58% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 245 - color contains mainly: red. Hex color #F55CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55CDA is #0AA325. Grayscale: #979797. Windows color (decimal): -697126 or 14310645. OLE color: 14310645.

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

Color convert

RGB24592218-
CMYK00.620.110.04
HSL310.59º88.44%66.08%-
HSV(B)310.59º62.45%96.08%-
XYZ54.1432.1369.68-
YUV152.11165.19194.25-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.14%
GREEN value IS 92 (36.33% from 255) = 16.58%
BLUE value IS 218 (85.55% from 255) = 39.28%
R=44.14%
G=16.58%
B=39.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459221800.620.110.04310.5988.4466.08
HexF55CDA03EB41375842
Octal365134332076134467130102
Binary111101011011100110110100111110101110010011011110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55CDA; }

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

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

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

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

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

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

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

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