#F24ADD

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

Shades of Free Speech Magenta #F24ADD

Tints of Free Speech Magenta #F24ADD

Color information

#F24ADD (or 0xF24ADD) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 4A and DD. RGB value is (242,74,221). Sum of RGB (Red+Green+Blue) = 242+74+221=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 74 (29.30% from 255 or 13.78% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F24ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F24ADD is #0DB522. Grayscale: #8C8C8C. Windows color (decimal): -898339 or 14502642. OLE color: 14502642.

HSL color Cylindrical-coordinate representation of color #F24ADD: hue angle of 307.5º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F24ADD is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB24274221-
CMYK00.690.090.05
HSL307.5º86.6%61.96%-
HSV(B)307.5º69.42%94.9%-
XYZ52.122971.26-
YUV140.99173.16200.05-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.07%
GREEN value IS 74 (29.30% from 255) = 13.78%
BLUE value IS 221 (86.72% from 255) = 41.15%
R=45.07%
G=13.78%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427422100.690.090.05307.586.661.96
HexF24ADD04595134573e
Octal362112335010511546412776
Binary111100101001010110111010100010110011011001101001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24ADD; }

 p { color: rgb(242,74,221); }

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

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

 a { background-color: rgb(242,74,221); }

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

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

 span { border-color: rgb(242,74,221); }

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