#F967E1

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

Shades of Free Speech Magenta #F967E1

Tints of Free Speech Magenta #F967E1

Color information

#F967E1 (or 0xF967E1) is unknown color: approx Free Speech Magenta. HEX triplet: F9, 67 and E1. RGB value is (249,103,225). Sum of RGB (Red+Green+Blue) = 249+103+225=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 103 (40.62% from 255 or 17.85% from 577); Blue value is 225 (88.28% from 255 or 38.99% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F967E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F967E1 is #06981E. Grayscale: #A0A0A0. Windows color (decimal): -432159 or 14772217. OLE color: 14772217.

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

Color convert

RGB249103225-
CMYK00.590.100.02
HSL309.86º92.41%69.02%-
HSV(B)309.86º58.63%97.65%-
XYZ57.5135.2875.01-
YUV160.56164.37191.08-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.15%
GREEN value IS 103 (40.62% from 255) = 17.85%
BLUE value IS 225 (88.28% from 255) = 38.99%
R=43.15%
G=17.85%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910322500.590.100.02309.8692.4169.02
HexF967E103BA21365c45
Octal371147341073122466134105
Binary11111001110011111100001011101110101010011011010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F967E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F967E1; }

 p { color: rgb(249,103,225); }

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

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

 a { background-color: rgb(249,103,225); }

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

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

 span { border-color: rgb(249,103,225); }

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