#F15CDB

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

Shades of Free Speech Magenta #F15CDB

Tints of Free Speech Magenta #F15CDB

Color information

#F15CDB (or 0xF15CDB) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 5C and DB. RGB value is (241,92,219). Sum of RGB (Red+Green+Blue) = 241+92+219=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 92 (36.33% from 255 or 16.67% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15CDB is #0EA324. Grayscale: #969696. Windows color (decimal): -959269 or 14376177. OLE color: 14376177.

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

Color convert

RGB24192219-
CMYK00.620.090.05
HSL308.86º84.18%65.29%-
HSV(B)308.86º61.83%94.51%-
XYZ52.8931.4770.3-
YUV151.03166.36192.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.66%
GREEN value IS 92 (36.33% from 255) = 16.67%
BLUE value IS 219 (85.94% from 255) = 39.67%
R=43.66%
G=16.67%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419221900.620.090.05308.8684.1865.29
HexF15CDB03E951355441
Octal361134333076115465124101
Binary111100011011100110110110111110100110110011010110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15CDB; }

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

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

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

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

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

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

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

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