#F047D4

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

Shades of Free Speech Magenta #F047D4

Tints of Free Speech Magenta #F047D4

Color information

#F047D4 (or 0xF047D4) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 47 and D4. RGB value is (240,71,212). Sum of RGB (Red+Green+Blue) = 240+71+212=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 71 (28.12% from 255 or 13.58% from 523); Blue value is 212 (83.20% from 255 or 40.54% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F047D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F047D4 is #0FB82B. Grayscale: #898989. Windows color (decimal): -1030188 or 13912048. OLE color: 13912048.

HSL color Cylindrical-coordinate representation of color #F047D4: hue angle of 309.94º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F047D4 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB24071212-
CMYK00.700.120.06
HSL309.94º84.92%60.98%-
HSV(B)309.94º70.42%94.12%-
XYZ50.0727.7965.01-
YUV137.6169.99201.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.89%
GREEN value IS 71 (28.12% from 255) = 13.58%
BLUE value IS 212 (83.20% from 255) = 40.54%
R=45.89%
G=13.58%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407121200.700.120.06309.9484.9260.98
HexF047D4046C6136553d
Octal360107324010614646612575
Binary111100001000111110101000100011011001101001101101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F047D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F047D4; }

 p { color: rgb(240,71,212); }

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

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

 a { background-color: rgb(240,71,212); }

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

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

 span { border-color: rgb(240,71,212); }

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