#F24ADC

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

Shades of Free Speech Magenta #F24ADC

Tints of Free Speech Magenta #F24ADC

Color information

#F24ADC (or 0xF24ADC) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 4A and DC. RGB value is (242,74,220). Sum of RGB (Red+Green+Blue) = 242+74+220=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 74 (29.30% from 255 or 13.81% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F24ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F24ADC is #0DB523. Grayscale: #8C8C8C. Windows color (decimal): -898340 or 14437106. OLE color: 14437106.

HSL color Cylindrical-coordinate representation of color #F24ADC: hue angle of 307.86º 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 #F24ADC is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB24274220-
CMYK00.690.090.05
HSL307.86º86.6%61.96%-
HSV(B)307.86º69.42%94.9%-
XYZ51.9828.9470.56-
YUV140.88172.66200.13-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.15%
GREEN value IS 74 (29.30% from 255) = 13.81%
BLUE value IS 220 (86.33% from 255) = 41.04%
R=45.15%
G=13.81%
B=41.04%

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
Decimal2427422000.690.090.05307.8686.661.96
HexF24ADC04595134573e
Octal362112334010511546412776
Binary111100101001010110111000100010110011011001101001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24ADC; }

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

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

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

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

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

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

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

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