#F957E0

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

Shades of Free Speech Magenta #F957E0

Tints of Free Speech Magenta #F957E0

Color information

#F957E0 (or 0xF957E0) is unknown color: approx Free Speech Magenta. HEX triplet: F9, 57 and E0. RGB value is (249,87,224). Sum of RGB (Red+Green+Blue) = 249+87+224=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 87 (34.38% from 255 or 15.54% from 560); Blue value is 224 (87.89% from 255 or 40% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F957E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F957E0 is #06A81F. Grayscale: #969696. Windows color (decimal): -436256 or 14702585. OLE color: 14702585.

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

Color convert

RGB24987224-
CMYK00.650.100.02
HSL309.26º93.1%65.88%-
HSV(B)309.26º65.06%97.65%-
XYZ55.9332.3473.82-
YUV151.06169.17197.86-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.46%
GREEN value IS 87 (34.38% from 255) = 15.54%
BLUE value IS 224 (87.89% from 255) = 40%
R=44.46%
G=15.54%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498722400.650.100.02309.2693.165.88
HexF957E0041A21355d42
Octal3711273400101122465135102
Binary111110011010111111000000100000110101010011010110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F957E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F957E0; }

 p { color: rgb(249,87,224); }

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

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

 a { background-color: rgb(249,87,224); }

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

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

 span { border-color: rgb(249,87,224); }

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