#F94FDE

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

Shades of Free Speech Magenta #F94FDE

Tints of Free Speech Magenta #F94FDE

Color information

#F94FDE (or 0xF94FDE) is unknown color: approx Free Speech Magenta. HEX triplet: F9, 4F and DE. RGB value is (249,79,222). Sum of RGB (Red+Green+Blue) = 249+79+222=550 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.27% from 550); Green value is 79 (31.25% from 255 or 14.36% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 249 - color contains mainly: red. Hex color #F94FDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F94FDE is #06B021. Grayscale: #919191. Windows color (decimal): -438306 or 14569465. OLE color: 14569465.

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

Color convert

RGB24979222-
CMYK00.680.110.02
HSL309.53º93.41%64.31%-
HSV(B)309.53º68.27%97.65%-
XYZ55.0531.0172.19-
YUV146.13170.82201.37-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.27%
GREEN value IS 79 (31.25% from 255) = 14.36%
BLUE value IS 222 (87.11% from 255) = 40.36%
R=45.27%
G=14.36%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497922200.680.110.02309.5393.4164.31
HexF94FDE044B21365d40
Octal3711173360104132466135100
Binary111110011001111110111100100010010111010011011010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94FDE; }

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

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

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

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

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

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

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

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