#F04ADF

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

Shades of Free Speech Magenta #F04ADF

Tints of Free Speech Magenta #F04ADF

Color information

#F04ADF (or 0xF04ADF) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 4A and DF. RGB value is (240,74,223). Sum of RGB (Red+Green+Blue) = 240+74+223=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 74 (29.30% from 255 or 13.78% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F04ADF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04ADF is #0FB520. Grayscale: #8C8C8C. Windows color (decimal): -1029409 or 14633712. OLE color: 14633712.

HSL color Cylindrical-coordinate representation of color #F04ADF: hue angle of 306.14º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04ADF is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB24074223-
CMYK00.690.070.06
HSL306.14º84.69%61.57%-
HSV(B)306.14º69.17%94.12%-
XYZ51.728.7572.64-
YUV140.62174.5198.88-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.69%
GREEN value IS 74 (29.30% from 255) = 13.78%
BLUE value IS 223 (87.5% from 255) = 41.53%
R=44.69%
G=13.78%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407422300.690.070.06306.1484.6961.57
HexF04ADF04576132553e
Octal36011233701057646212576
Binary11110000100101011011111010001011111101001100101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04ADF; }

 p { color: rgb(240,74,223); }

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

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

 a { background-color: rgb(240,74,223); }

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

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

 span { border-color: rgb(240,74,223); }

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