#F960E0

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

Shades of Free Speech Magenta #F960E0

Tints of Free Speech Magenta #F960E0

Color information

#F960E0 (or 0xF960E0) is unknown color: approx Free Speech Magenta. HEX triplet: F9, 60 and E0. RGB value is (249,96,224). Sum of RGB (Red+Green+Blue) = 249+96+224=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 96 (37.89% from 255 or 16.87% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F960E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F960E0 is #069F1F. Grayscale: #9B9B9B. Windows color (decimal): -433952 or 14704889. OLE color: 14704889.

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

Color convert

RGB24996224-
CMYK00.610.100.02
HSL309.8º92.73%67.65%-
HSV(B)309.8º61.45%97.65%-
XYZ56.733.8974.07-
YUV156.34166.19194.09-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.76%
GREEN value IS 96 (37.89% from 255) = 16.87%
BLUE value IS 224 (87.89% from 255) = 39.37%
R=43.76%
G=16.87%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499622400.610.100.02309.892.7367.65
HexF960E003DA21365d44
Octal371140340075122466135104
Binary11111001110000011100000011110110101010011011010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F960E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F960E0; }

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

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

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

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

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

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

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

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