#F15BD1

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

Shades of Free Speech Magenta #F15BD1

Tints of Free Speech Magenta #F15BD1

Color information

#F15BD1 (or 0xF15BD1) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 5B and D1. RGB value is (241,91,209). Sum of RGB (Red+Green+Blue) = 241+91+209=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 91 (35.94% from 255 or 16.82% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F15BD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15BD1 is #0EA42E. Grayscale: #949494. Windows color (decimal): -959535 or 13720561. OLE color: 13720561.

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

Color convert

RGB24191209-
CMYK00.620.130.05
HSL312.8º84.27%65.1%-
HSV(B)312.8º62.24%94.51%-
XYZ51.5330.7963.55-
YUV149.3161.7193.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.55%
GREEN value IS 91 (35.94% from 255) = 16.82%
BLUE value IS 209 (82.03% from 255) = 38.63%
R=44.55%
G=16.82%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419120900.620.130.05312.884.2765.1
HexF15BD103ED51395441
Octal361133321076155471124101
Binary111100011011011110100010111110110110110011100110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15BD1; }

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

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

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

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

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

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

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

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