#F85EE7

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

Shades of Free Speech Magenta #F85EE7

Tints of Free Speech Magenta #F85EE7

Color information

#F85EE7 (or 0xF85EE7) is unknown color: approx Free Speech Magenta. HEX triplet: F8, 5E and E7. RGB value is (248,94,231). Sum of RGB (Red+Green+Blue) = 248+94+231=573 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.28% from 573); Green value is 94 (37.11% from 255 or 16.40% from 573); Blue value is 231 (90.62% from 255 or 40.31% from 573); Max value from RGB is 248 - color contains mainly: red. Hex color #F85EE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85EE7 is #07A118. Grayscale: #9B9B9B. Windows color (decimal): -499993 or 15163128. OLE color: 15163128.

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

Color convert

RGB24894231-
CMYK00.620.070.03
HSL306.62º91.67%67.06%-
HSV(B)306.62º62.1%97.25%-
XYZ57.1433.7379.1-
YUV155.66170.52193.86-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.28%
GREEN value IS 94 (37.11% from 255) = 16.40%
BLUE value IS 231 (90.62% from 255) = 40.31%
R=43.28%
G=16.40%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489423100.620.070.03306.6291.6767.06
HexF85EE703E731335c43
Octal37013634707673463134103
Binary1111100010111101110011101111101111110011001110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85EE7; }

 p { color: rgb(248,94,231); }

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

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

 a { background-color: rgb(248,94,231); }

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

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

 span { border-color: rgb(248,94,231); }

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