#F04BE7

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

Shades of Free Speech Magenta #F04BE7

Tints of Free Speech Magenta #F04BE7

Color information

#F04BE7 (or 0xF04BE7) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 4B and E7. RGB value is (240,75,231). Sum of RGB (Red+Green+Blue) = 240+75+231=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 75 (29.69% from 255 or 13.74% from 546); Blue value is 231 (90.62% from 255 or 42.31% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F04BE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F04BE7 is #0FB418. Grayscale: #8D8D8D. Windows color (decimal): -1029145 or 15158256. OLE color: 15158256.

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

Color convert

RGB24075231-
CMYK00.690.040.06
HSL303.27º84.62%61.76%-
HSV(B)303.27º68.75%94.12%-
XYZ52.8829.3378.48-
YUV142.12178.16197.82-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.96%
GREEN value IS 75 (29.69% from 255) = 13.74%
BLUE value IS 231 (90.62% from 255) = 42.31%
R=43.96%
G=13.74%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407523100.690.040.06303.2784.6261.76
HexF04BE70454612f553e
Octal36011334701054645712576
Binary11110000100101111100111010001011001101001011111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04BE7; }

 p { color: rgb(240,75,231); }

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

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

 a { background-color: rgb(240,75,231); }

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

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

 span { border-color: rgb(240,75,231); }

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