#F74FD9

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

Shades of Free Speech Magenta #F74FD9

Tints of Free Speech Magenta #F74FD9

Color information

#F74FD9 (or 0xF74FD9) is unknown color: approx Free Speech Magenta. HEX triplet: F7, 4F and D9. RGB value is (247,79,217). Sum of RGB (Red+Green+Blue) = 247+79+217=543 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.49% from 543); Green value is 79 (31.25% from 255 or 14.55% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 247 - color contains mainly: red. Hex color #F74FD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74FD9 is #08B026. Grayscale: #909090. Windows color (decimal): -569383 or 14241783. OLE color: 14241783.

HSL color Cylindrical-coordinate representation of color #F74FD9: hue angle of 310.71º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F74FD9 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB24779217-
CMYK00.680.120.03
HSL310.71º91.3%63.92%-
HSV(B)310.71º68.02%96.86%-
XYZ53.6830.3868.68-
YUV144.96168.66200.78-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.49%
GREEN value IS 79 (31.25% from 255) = 14.55%
BLUE value IS 217 (85.16% from 255) = 39.96%
R=45.49%
G=14.55%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477921700.680.120.03310.7191.363.92
HexF74FD9044C31375b40
Octal3671173310104143467133100
Binary111101111001111110110010100010011001110011011110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74FD9; }

 p { color: rgb(247,79,217); }

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

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

 a { background-color: rgb(247,79,217); }

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

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

 span { border-color: rgb(247,79,217); }

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