#F553CC

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

Shades of Free Speech Magenta #F553CC

Tints of Free Speech Magenta #F553CC

Color information

#F553CC (or 0xF553CC) is unknown color: approx Free Speech Magenta. HEX triplet: F5, 53 and CC. RGB value is (245,83,204). Sum of RGB (Red+Green+Blue) = 245+83+204=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 83 (32.81% from 255 or 15.60% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F553CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F553CC is #0AAC33. Grayscale: #909090. Windows color (decimal): -699444 or 13390837. OLE color: 13390837.

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

Color convert

RGB24583204-
CMYK00.660.170.04
HSL315.19º89.01%64.31%-
HSV(B)315.19º66.12%96.08%-
XYZ51.6529.9660.19-
YUV145.23161.17199.16-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.05%
GREEN value IS 83 (32.81% from 255) = 15.60%
BLUE value IS 204 (80.08% from 255) = 38.35%
R=46.05%
G=15.60%
B=38.35%

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
Decimal2458320400.660.170.04315.1989.0164.31
HexF553CC04211413b5940
Octal3651233140102214473131100
Binary11110101101001111001100010000101000110010011101110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F553CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F553CC; }

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

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

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

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

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

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

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

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