#f158e4

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

Shades of Free Speech Magenta #F158E4

Tints of Free Speech Magenta #F158E4

Color information

#F158E4 (or 0xF158E4) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 58 and E4. RGB value is (241,88,228). Sum of RGB (Red+Green+Blue) = 241+88+228=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 88 (34.77% from 255 or 15.80% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F158E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F158E4 is #0EA71B. Grayscale: #959595. Windows color (decimal): -960284 or 14964977. OLE color: 14964977.

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

Color convert

RGB24188228-
CMYK00.630.050.05
HSL305.1º84.53%64.51%-
HSV(B)305.1º63.49%94.51%-
XYZ53.7731.2876.6-
YUV149.71172.19193.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.27%
GREEN value IS 88 (34.77% from 255) = 15.80%
BLUE value IS 228 (89.45% from 255) = 40.93%
R=43.27%
G=15.80%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418822800.630.050.05305.184.5364.51
HexF158E403F551315541
Octal36113034407755461125101
Binary11110001101100011100100011111110110110011000110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f158e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f158e4; }

 p { color: rgb(241,88,228); }

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

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

 a { background-color: rgb(241,88,228); }

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

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

 span { border-color: rgb(241,88,228); }

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