#F94DE4

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

Shades of Free Speech Magenta #F94DE4

Tints of Free Speech Magenta #F94DE4

Color information

#F94DE4 (or 0xF94DE4) is unknown color: approx Free Speech Magenta. HEX triplet: F9, 4D and E4. RGB value is (249,77,228). Sum of RGB (Red+Green+Blue) = 249+77+228=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 77 (30.47% from 255 or 13.90% from 554); Blue value is 228 (89.45% from 255 or 41.16% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F94DE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F94DE4 is #06B21B. Grayscale: #919191. Windows color (decimal): -438812 or 14962169. OLE color: 14962169.

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

Color convert

RGB24977228-
CMYK00.690.080.02
HSL307.33º93.48%63.92%-
HSV(B)307.33º69.08%97.65%-
XYZ55.7231.0576.45-
YUV145.64174.48201.72-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.95%
GREEN value IS 77 (30.47% from 255) = 13.90%
BLUE value IS 228 (89.45% from 255) = 41.16%
R=44.95%
G=13.90%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497722800.690.080.02307.3393.4863.92
HexF94DE4045821335d40
Octal3711153440105102463135100
Binary111110011001101111001000100010110001010011001110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94DE4; }

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

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

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

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

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

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

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

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