#F24FE7

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

Shades of Free Speech Magenta #F24FE7

Tints of Free Speech Magenta #F24FE7

Color information

#F24FE7 (or 0xF24FE7) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 4F and E7. RGB value is (242,79,231). Sum of RGB (Red+Green+Blue) = 242+79+231=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 79 (31.25% from 255 or 14.31% from 552); Blue value is 231 (90.62% from 255 or 41.85% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F24FE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F24FE7 is #0DB018. Grayscale: #909090. Windows color (decimal): -897049 or 15159282. OLE color: 15159282.

HSL color Cylindrical-coordinate representation of color #F24FE7: hue angle of 304.05º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F24FE7 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB24279231-
CMYK00.670.050.05
HSL304.05º86.24%62.94%-
HSV(B)304.05º67.36%94.9%-
XYZ53.8430.2478.6-
YUV145.06176.5197.14-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.84%
GREEN value IS 79 (31.25% from 255) = 14.31%
BLUE value IS 231 (90.62% from 255) = 41.85%
R=43.84%
G=14.31%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427923100.670.050.05304.0586.2462.94
HexF24FE704355130563f
Octal36211734701035546012677
Binary11110010100111111100111010000111011011001100001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24FE7; }

 p { color: rgb(242,79,231); }

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

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

 a { background-color: rgb(242,79,231); }

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

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

 span { border-color: rgb(242,79,231); }

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