#F94ADE

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

Shades of Free Speech Magenta #F94ADE

Tints of Free Speech Magenta #F94ADE

Color information

#F94ADE (or 0xF94ADE) is unknown color: approx Free Speech Magenta. HEX triplet: F9, 4A and DE. RGB value is (249,74,222). Sum of RGB (Red+Green+Blue) = 249+74+222=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 74 (29.30% from 255 or 13.58% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F94ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F94ADE is #06B521. Grayscale: #8E8E8E. Windows color (decimal): -439586 or 14568185. OLE color: 14568185.

HSL color Cylindrical-coordinate representation of color #F94ADE: hue angle of 309.26º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94ADE is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB24974222-
CMYK00.700.110.02
HSL309.26º93.58%63.33%-
HSV(B)309.26º70.28%97.65%-
XYZ54.730.3172.07-
YUV143.2172.48203.47-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.69%
GREEN value IS 74 (29.30% from 255) = 13.58%
BLUE value IS 222 (87.11% from 255) = 40.73%
R=45.69%
G=13.58%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497422200.700.110.02309.2693.5863.33
HexF94ADE046B21355e3f
Octal371112336010613246513677
Binary11111001100101011011110010001101011101001101011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94ADE; }

 p { color: rgb(249,74,222); }

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

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

 a { background-color: rgb(249,74,222); }

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

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

 span { border-color: rgb(249,74,222); }

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