#F153D8

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

Shades of Free Speech Magenta #F153D8

Tints of Free Speech Magenta #F153D8

Color information

#F153D8 (or 0xF153D8) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 53 and D8. RGB value is (241,83,216). Sum of RGB (Red+Green+Blue) = 241+83+216=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 83 (32.81% from 255 or 15.37% from 540); Blue value is 216 (84.77% from 255 or 40% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F153D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F153D8 is #0EAC27. Grayscale: #919191. Windows color (decimal): -961576 or 14177265. OLE color: 14177265.

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

Color convert

RGB24183216-
CMYK00.660.100.05
HSL309.49º84.95%63.53%-
HSV(B)309.49º65.56%94.51%-
XYZ51.7629.8568-
YUV145.4167.85196.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.63%
GREEN value IS 83 (32.81% from 255) = 15.37%
BLUE value IS 216 (84.77% from 255) = 40%
R=44.63%
G=15.37%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418321600.660.100.05309.4984.9563.53
HexF153D8042A51355540
Octal3611233300102125465125100
Binary1111000110100111101100001000010101010110011010110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F153D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F153D8; }

 p { color: rgb(241,83,216); }

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

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

 a { background-color: rgb(241,83,216); }

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

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

 span { border-color: rgb(241,83,216); }

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