#F15CDE

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

Shades of Free Speech Magenta #F15CDE

Tints of Free Speech Magenta #F15CDE

Color information

#F15CDE (or 0xF15CDE) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 5C and DE. RGB value is (241,92,222). Sum of RGB (Red+Green+Blue) = 241+92+222=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 92 (36.33% from 255 or 16.58% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15CDE is #0EA321. Grayscale: #979797. Windows color (decimal): -959266 or 14572785. OLE color: 14572785.

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

Color convert

RGB24192222-
CMYK00.620.080.05
HSL307.65º84.18%65.29%-
HSV(B)307.65º61.83%94.51%-
XYZ53.2931.6372.4-
YUV151.37167.86191.93-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.42%
GREEN value IS 92 (36.33% from 255) = 16.58%
BLUE value IS 222 (87.11% from 255) = 40%
R=43.42%
G=16.58%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419222200.620.080.05307.6584.1865.29
HexF15CDE03E851345441
Octal361134336076105464124101
Binary111100011011100110111100111110100010110011010010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15CDE; }

 p { color: rgb(241,92,222); }

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

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

 a { background-color: rgb(241,92,222); }

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

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

 span { border-color: rgb(241,92,222); }

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