#F85AE6

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

Shades of Free Speech Magenta #F85AE6

Tints of Free Speech Magenta #F85AE6

Color information

#F85AE6 (or 0xF85AE6) is unknown color: approx Free Speech Magenta. HEX triplet: F8, 5A and E6. RGB value is (248,90,230). Sum of RGB (Red+Green+Blue) = 248+90+230=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 90 (35.55% from 255 or 15.85% from 568); Blue value is 230 (90.23% from 255 or 40.49% from 568); Max value from RGB is 248 - color contains mainly: red. Hex color #F85AE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85AE6 is #07A519. Grayscale: #989898. Windows color (decimal): -501018 or 15096568. OLE color: 15096568.

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

Color convert

RGB24890230-
CMYK00.640.070.03
HSL306.84º91.86%66.27%-
HSV(B)306.84º63.71%97.25%-
XYZ56.6532.9878.24-
YUV153.2171.35195.62-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.66%
GREEN value IS 90 (35.55% from 255) = 15.85%
BLUE value IS 230 (90.23% from 255) = 40.49%
R=43.66%
G=15.85%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489023000.640.070.03306.8491.8666.27
HexF85AE6040731335c42
Octal370132346010073463134102
Binary11111000101101011100110010000001111110011001110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85AE6; }

 p { color: rgb(248,90,230); }

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

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

 a { background-color: rgb(248,90,230); }

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

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

 span { border-color: rgb(248,90,230); }

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