#F04CED

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

Shades of Free Speech Magenta #F04CED

Tints of Free Speech Magenta #F04CED

Color information

#F04CED (or 0xF04CED) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 4C and ED. RGB value is (240,76,237). Sum of RGB (Red+Green+Blue) = 240+76+237=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 76 (30.08% from 255 or 13.74% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F04CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F04CED is #0FB312. Grayscale: #8E8E8E. Windows color (decimal): -1028883 or 15551728. OLE color: 15551728.

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

Color convert

RGB24076237-
CMYK00.680.010.06
HSL301.1º84.54%61.96%-
HSV(B)301.1º68.33%94.12%-
XYZ53.8129.8183.04-
YUV143.39180.83196.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.40%
GREEN value IS 76 (30.08% from 255) = 13.74%
BLUE value IS 237 (92.97% from 255) = 42.86%
R=43.40%
G=13.74%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407623700.680.010.06301.184.5461.96
HexF04CED0441612d553e
Octal36011435501041645512576
Binary111100001001100111011010100010011101001011011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04CED; }

 p { color: rgb(240,76,237); }

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

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

 a { background-color: rgb(240,76,237); }

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

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

 span { border-color: rgb(240,76,237); }

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