#F158D4

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

Shades of Free Speech Magenta #F158D4

Tints of Free Speech Magenta #F158D4

Color information

#F158D4 (or 0xF158D4) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 58 and D4. RGB value is (241,88,212). Sum of RGB (Red+Green+Blue) = 241+88+212=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 88 (34.77% from 255 or 16.27% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F158D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F158D4 is #0EA72B. Grayscale: #939393. Windows color (decimal): -960300 or 13916401. OLE color: 13916401.

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

Color convert

RGB24188212-
CMYK00.630.120.05
HSL311.37º84.53%64.51%-
HSV(B)311.37º63.49%94.51%-
XYZ51.6530.4365.44-
YUV147.88164.19194.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.55%
GREEN value IS 88 (34.77% from 255) = 16.27%
BLUE value IS 212 (83.20% from 255) = 39.19%
R=44.55%
G=16.27%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418821200.630.120.05311.3784.5364.51
HexF158D403FC51375541
Octal361130324077145467125101
Binary111100011011000110101000111111110010110011011110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F158D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F158D4; }

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

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

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

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

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

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

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

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