#f15be7

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

Shades of Free Speech Magenta #F15BE7

Tints of Free Speech Magenta #F15BE7

Color information

#F15BE7 (or 0xF15BE7) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 5B and E7. RGB value is (241,91,231). Sum of RGB (Red+Green+Blue) = 241+91+231=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 91 (35.94% from 255 or 16.16% from 563); Blue value is 231 (90.62% from 255 or 41.03% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F15BE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15BE7 is #0EA418. Grayscale: #979797. Windows color (decimal): -959513 or 15162353. OLE color: 15162353.

HSL color Cylindrical-coordinate representation of color #F15BE7: hue angle of 304º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F15BE7 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB24191231-
CMYK00.620.040.05
HSL304º84.27%65.1%-
HSV(B)304º62.24%94.51%-
XYZ54.4431.9578.9-
YUV151.81172.7191.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.81%
GREEN value IS 91 (35.94% from 255) = 16.16%
BLUE value IS 231 (90.62% from 255) = 41.03%
R=42.81%
G=16.16%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419123100.620.040.0530484.2765.1
HexF15BE703E451305441
Octal36113334707645460124101
Binary11110001101101111100111011111010010110011000010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f15be7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f15be7; }

 p { color: rgb(241,91,231); }

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

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

 a { background-color: rgb(241,91,231); }

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

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

 span { border-color: rgb(241,91,231); }

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