#F145E2

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

Shades of Free Speech Magenta #F145E2

Tints of Free Speech Magenta #F145E2

Color information

#F145E2 (or 0xF145E2) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 45 and E2. RGB value is (241,69,226). Sum of RGB (Red+Green+Blue) = 241+69+226=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 69 (27.34% from 255 or 12.87% from 536); Blue value is 226 (88.67% from 255 or 42.16% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F145E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F145E2 is #0EBA1D. Grayscale: #898989. Windows color (decimal): -965150 or 14829041. OLE color: 14829041.

HSL color Cylindrical-coordinate representation of color #F145E2: hue angle of 305.23º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F145E2 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB24169226-
CMYK00.710.060.05
HSL305.23º86%60.78%-
HSV(B)305.23º71.37%94.51%-
XYZ52.1328.4574.69-
YUV138.33177.48201.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.96%
GREEN value IS 69 (27.34% from 255) = 12.87%
BLUE value IS 226 (88.67% from 255) = 42.16%
R=44.96%
G=12.87%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416922600.710.060.05305.238660.78
HexF145E204765131563d
Octal36110534201076546112675
Binary11110001100010111100010010001111101011001100011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F145E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F145E2; }

 p { color: rgb(241,69,226); }

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

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

 a { background-color: rgb(241,69,226); }

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

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

 span { border-color: rgb(241,69,226); }

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