#F055CC

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

Shades of Free Speech Magenta #F055CC

Tints of Free Speech Magenta #F055CC

Color information

#F055CC (or 0xF055CC) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 55 and CC. RGB value is (240,85,204). Sum of RGB (Red+Green+Blue) = 240+85+204=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 85 (33.59% from 255 or 16.07% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F055CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F055CC is #0FAA33. Grayscale: #909090. Windows color (decimal): -1026612 or 13391344. OLE color: 13391344.

HSL color Cylindrical-coordinate representation of color #F055CC: hue angle of 313.94º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F055CC is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB24085204-
CMYK00.650.150.06
HSL313.94º83.78%63.73%-
HSV(B)313.94º64.58%94.12%-
XYZ50.0829.3860.16-
YUV144.91161.35195.82-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.37%
GREEN value IS 85 (33.59% from 255) = 16.07%
BLUE value IS 204 (80.08% from 255) = 38.56%
R=45.37%
G=16.07%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408520400.650.150.06313.9483.7863.73
HexF055CC041F613a5440
Octal3601253140101176472124100
Binary1111000010101011100110001000001111111010011101010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F055CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F055CC; }

 p { color: rgb(240,85,204); }

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

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

 a { background-color: rgb(240,85,204); }

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

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

 span { border-color: rgb(240,85,204); }

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