#F961E3

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

Shades of Free Speech Magenta #F961E3

Tints of Free Speech Magenta #F961E3

Color information

#F961E3 (or 0xF961E3) is unknown color: approx Free Speech Magenta. HEX triplet: F9, 61 and E3. RGB value is (249,97,227). Sum of RGB (Red+Green+Blue) = 249+97+227=573 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.46% from 573); Green value is 97 (38.28% from 255 or 16.93% from 573); Blue value is 227 (89.06% from 255 or 39.62% from 573); Max value from RGB is 249 - color contains mainly: red. Hex color #F961E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F961E3 is #069E1C. Grayscale: #9C9C9C. Windows color (decimal): -433693 or 14901753. OLE color: 14901753.

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

Color convert

RGB24997227-
CMYK00.610.090.02
HSL308.68º92.68%67.84%-
HSV(B)308.68º61.04%97.65%-
XYZ57.2134.2476.27-
YUV157.27167.36193.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.46%
GREEN value IS 97 (38.28% from 255) = 16.93%
BLUE value IS 227 (89.06% from 255) = 39.62%
R=43.46%
G=16.93%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499722700.610.090.02308.6892.6867.84
HexF961E303D921355d44
Octal371141343075112465135104
Binary11111001110000111100011011110110011010011010110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F961E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F961E3; }

 p { color: rgb(249,97,227); }

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

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

 a { background-color: rgb(249,97,227); }

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

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

 span { border-color: rgb(249,97,227); }

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