#F15BE9

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

Shades of Free Speech Magenta #F15BE9

Tints of Free Speech Magenta #F15BE9

Color information

#F15BE9 (or 0xF15BE9) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 5B and E9. RGB value is (241,91,233). Sum of RGB (Red+Green+Blue) = 241+91+233=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 91 (35.94% from 255 or 16.11% from 565); Blue value is 233 (91.41% from 255 or 41.24% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F15BE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15BE9 is #0EA416. Grayscale: #979797. Windows color (decimal): -959511 or 15293425. OLE color: 15293425.

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

Color convert

RGB24191233-
CMYK00.620.030.05
HSL303.2º84.27%65.1%-
HSV(B)303.2º62.24%94.51%-
XYZ54.7232.0780.4-
YUV152.04173.7191.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.65%
GREEN value IS 91 (35.94% from 255) = 16.11%
BLUE value IS 233 (91.41% from 255) = 41.24%
R=42.65%
G=16.11%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419123300.620.030.05303.284.2765.1
HexF15BE903E3512f5441
Octal36113335107635457124101
Binary1111000110110111110100101111101110110010111110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15BE9; }

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

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

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

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

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

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

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

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