#F46CDC

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

Shades of Free Speech Magenta #F46CDC

Tints of Free Speech Magenta #F46CDC

Color information

#F46CDC (or 0xF46CDC) is unknown color: approx Free Speech Magenta. HEX triplet: F4, 6C and DC. RGB value is (244,108,220). Sum of RGB (Red+Green+Blue) = 244+108+220=572 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.66% from 572); Green value is 108 (42.58% from 255 or 18.88% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 244 - color contains mainly: red. Hex color #F46CDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F46CDC is #0B9323. Grayscale: #A1A1A1. Windows color (decimal): -758564 or 14445812. OLE color: 14445812.

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

Color convert

RGB244108220-
CMYK00.560.100.04
HSL310.59º86.08%69.02%-
HSV(B)310.59º55.74%95.69%-
XYZ55.5935.1371.56-
YUV161.43161.06186.89-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.66%
GREEN value IS 108 (42.58% from 255) = 18.88%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=42.66%
G=18.88%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24410822000.560.100.04310.5986.0869.02
HexF46CDC038A41375645
Octal364154334070124467126105
Binary111101001101100110111000111000101010010011011110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F46CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F46CDC; }

 p { color: rgb(244,108,220); }

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

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

 a { background-color: rgb(244,108,220); }

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

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

 span { border-color: rgb(244,108,220); }

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