#F24AE3

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

Shades of Free Speech Magenta #F24AE3

Tints of Free Speech Magenta #F24AE3

Color information

#F24AE3 (or 0xF24AE3) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 4A and E3. RGB value is (242,74,227). Sum of RGB (Red+Green+Blue) = 242+74+227=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 74 (29.30% from 255 or 13.63% from 543); Blue value is 227 (89.06% from 255 or 41.80% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F24AE3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F24AE3 is #0DB51C. Grayscale: #8D8D8D. Windows color (decimal): -898333 or 14895858. OLE color: 14895858.

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

Color convert

RGB24274227-
CMYK00.690.060.05
HSL305.36º86.6%61.96%-
HSV(B)305.36º69.42%94.9%-
XYZ52.9329.3275.54-
YUV141.67176.16199.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.57%
GREEN value IS 74 (29.30% from 255) = 13.63%
BLUE value IS 227 (89.06% from 255) = 41.80%
R=44.57%
G=13.63%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427422700.690.060.05305.3686.661.96
HexF24AE304565131573e
Octal36211234301056546112776
Binary11110010100101011100011010001011101011001100011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24AE3; }

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

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

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

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

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

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

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

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