#F965E3

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

Shades of Free Speech Magenta #F965E3

Tints of Free Speech Magenta #F965E3

Color information

#F965E3 (or 0xF965E3) is unknown color: approx Free Speech Magenta. HEX triplet: F9, 65 and E3. RGB value is (249,101,227). Sum of RGB (Red+Green+Blue) = 249+101+227=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 101 (39.84% from 255 or 17.50% from 577); Blue value is 227 (89.06% from 255 or 39.34% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F965E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F965E3 is #069A1C. Grayscale: #9F9F9F. Windows color (decimal): -432669 or 14902777. OLE color: 14902777.

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

Color convert

RGB249101227-
CMYK00.590.090.02
HSL308.92º92.5%68.63%-
HSV(B)308.92º59.44%97.65%-
XYZ57.5934.9976.39-
YUV159.62166.03191.75-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.15%
GREEN value IS 101 (39.84% from 255) = 17.50%
BLUE value IS 227 (89.06% from 255) = 39.34%
R=43.15%
G=17.50%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910122700.590.090.02308.9292.568.63
HexF965E303B921355c45
Octal371145343073112465134105
Binary11111001110010111100011011101110011010011010110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F965E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F965E3; }

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

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

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

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

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

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

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

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