#F85CDC

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

Shades of Free Speech Magenta #F85CDC

Tints of Free Speech Magenta #F85CDC

Color information

#F85CDC (or 0xF85CDC) is unknown color: approx Free Speech Magenta. HEX triplet: F8, 5C and DC. RGB value is (248,92,220). Sum of RGB (Red+Green+Blue) = 248+92+220=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 92 (36.33% from 255 or 16.43% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 248 - color contains mainly: red. Hex color #F85CDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85CDC is #07A323. Grayscale: #989898. Windows color (decimal): -500516 or 14441720. OLE color: 14441720.

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

Color convert

RGB24892220-
CMYK00.630.110.03
HSL310.77º91.76%66.67%-
HSV(B)310.77º62.9%97.25%-
XYZ55.4632.7871.11-
YUV153.24165.68195.59-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.29%
GREEN value IS 92 (36.33% from 255) = 16.43%
BLUE value IS 220 (86.33% from 255) = 39.29%
R=44.29%
G=16.43%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489222000.630.110.03310.7791.7666.67
HexF85CDC03FB31375c43
Octal370134334077133467134103
Binary11111000101110011011100011111110111110011011110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85CDC; }

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

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

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

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

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

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

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

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