#F961E4

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

Shades of Free Speech Magenta #F961E4

Tints of Free Speech Magenta #F961E4

Color information

#F961E4 (or 0xF961E4) is unknown color: approx Free Speech Magenta. HEX triplet: F9, 61 and E4. RGB value is (249,97,228). Sum of RGB (Red+Green+Blue) = 249+97+228=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 97 (38.28% from 255 or 16.90% from 574); Blue value is 228 (89.45% from 255 or 39.72% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F961E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F961E4 is #069E1B. Grayscale: #9D9D9D. Windows color (decimal): -433692 or 14967289. OLE color: 14967289.

HSL color Cylindrical-coordinate representation of color #F961E4: hue angle of 308.29º 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 #F961E4 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB24997228-
CMYK00.610.080.02
HSL308.29º92.68%67.84%-
HSV(B)308.29º61.04%97.65%-
XYZ57.3534.2977-
YUV157.38167.86193.35-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.38%
GREEN value IS 97 (38.28% from 255) = 16.90%
BLUE value IS 228 (89.45% from 255) = 39.72%
R=43.38%
G=16.90%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499722800.610.080.02308.2992.6867.84
HexF961E403D821345d44
Octal371141344075102464135104
Binary11111001110000111100100011110110001010011010010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F961E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F961E4; }

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

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

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

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

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

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

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

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