#F851DC

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

Shades of Free Speech Magenta #F851DC

Tints of Free Speech Magenta #F851DC

Color information

#F851DC (or 0xF851DC) is unknown color: approx Free Speech Magenta. HEX triplet: F8, 51 and DC. RGB value is (248,81,220). Sum of RGB (Red+Green+Blue) = 248+81+220=549 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.17% from 549); Green value is 81 (32.03% from 255 or 14.75% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 248 - color contains mainly: red. Hex color #F851DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F851DC is #07AE23. Grayscale: #929292. Windows color (decimal): -503332 or 14438904. OLE color: 14438904.

HSL color Cylindrical-coordinate representation of color #F851DC: hue angle of 310.06º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F851DC is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB24881220-
CMYK00.670.110.03
HSL310.06º92.27%64.51%-
HSV(B)310.06º67.34%97.25%-
XYZ54.5731.0170.82-
YUV146.78169.33200.2-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.17%
GREEN value IS 81 (32.03% from 255) = 14.75%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=45.17%
G=14.75%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488122000.670.110.03310.0692.2764.51
HexF851DC043B31365c41
Octal3701213340103133466134101
Binary111110001010001110111000100001110111110011011010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F851DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F851DC; }

 p { color: rgb(248,81,220); }

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

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

 a { background-color: rgb(248,81,220); }

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

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

 span { border-color: rgb(248,81,220); }

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