#F964E2

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

Shades of Free Speech Magenta #F964E2

Tints of Free Speech Magenta #F964E2

Color information

#F964E2 (or 0xF964E2) is unknown color: approx Free Speech Magenta. HEX triplet: F9, 64 and E2. RGB value is (249,100,226). Sum of RGB (Red+Green+Blue) = 249+100+226=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 100 (39.45% from 255 or 17.39% from 575); Blue value is 226 (88.67% from 255 or 39.30% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F964E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F964E2 is #069B1D. Grayscale: #9E9E9E. Windows color (decimal): -432926 or 14836985. OLE color: 14836985.

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

Color convert

RGB249100226-
CMYK00.600.090.02
HSL309.26º92.55%68.43%-
HSV(B)309.26º59.84%97.65%-
XYZ57.3534.7575.64-
YUV158.92165.86192.25-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.30%
GREEN value IS 100 (39.45% from 255) = 17.39%
BLUE value IS 226 (88.67% from 255) = 39.30%
R=43.30%
G=17.39%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910022600.600.090.02309.2692.5568.43
HexF964E203C921355d44
Octal371144342074112465135104
Binary11111001110010011100010011110010011010011010110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F964E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F964E2; }

 p { color: rgb(249,100,226); }

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

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

 a { background-color: rgb(249,100,226); }

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

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

 span { border-color: rgb(249,100,226); }

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