#F95EE1

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

Shades of Free Speech Magenta #F95EE1

Tints of Free Speech Magenta #F95EE1

Color information

#F95EE1 (or 0xF95EE1) is unknown color: approx Free Speech Magenta. HEX triplet: F9, 5E and E1. RGB value is (249,94,225). Sum of RGB (Red+Green+Blue) = 249+94+225=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 94 (37.11% from 255 or 16.55% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F95EE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95EE1 is #06A11E. Grayscale: #9A9A9A. Windows color (decimal): -434463 or 14769913. OLE color: 14769913.

HSL color Cylindrical-coordinate representation of color #F95EE1: hue angle of 309.29º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F95EE1 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB24994225-
CMYK00.620.100.02
HSL309.29º92.81%67.25%-
HSV(B)309.29º62.25%97.65%-
XYZ56.6633.5874.73-
YUV155.28167.35194.85-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.84%
GREEN value IS 94 (37.11% from 255) = 16.55%
BLUE value IS 225 (88.28% from 255) = 39.61%
R=43.84%
G=16.55%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499422500.620.100.02309.2992.8167.25
HexF95EE103EA21355d43
Octal371136341076122465135103
Binary11111001101111011100001011111010101010011010110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95EE1; }

 p { color: rgb(249,94,225); }

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

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

 a { background-color: rgb(249,94,225); }

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

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

 span { border-color: rgb(249,94,225); }

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