#F855CE

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

Shades of Free Speech Magenta #F855CE

Tints of Free Speech Magenta #F855CE

Color information

#F855CE (or 0xF855CE) is unknown color: approx Free Speech Magenta. HEX triplet: F8, 55 and CE. RGB value is (248,85,206). Sum of RGB (Red+Green+Blue) = 248+85+206=539 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.01% from 539); Green value is 85 (33.59% from 255 or 15.77% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 248 - color contains mainly: red. Hex color #F855CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F855CE is #07AA31. Grayscale: #939393. Windows color (decimal): -502322 or 13522424. OLE color: 13522424.

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

Color convert

RGB24885206-
CMYK00.660.170.03
HSL315.46º92.09%65.29%-
HSV(B)315.46º65.73%97.25%-
XYZ53.130.9161.56-
YUV147.53161199.66-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.01%
GREEN value IS 85 (33.59% from 255) = 15.77%
BLUE value IS 206 (80.86% from 255) = 38.22%
R=46.01%
G=15.77%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488520600.660.170.03315.4692.0965.29
HexF855CE04211313b5c41
Octal3701253160102213473134101
Binary1111100010101011100111001000010100011110011101110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F855CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F855CE; }

 p { color: rgb(248,85,206); }

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

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

 a { background-color: rgb(248,85,206); }

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

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

 span { border-color: rgb(248,85,206); }

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