#F150C3

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

Shades of Free Speech Magenta #F150C3

Tints of Free Speech Magenta #F150C3

Color information

#F150C3 (or 0xF150C3) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 50 and C3. RGB value is (241,80,195). Sum of RGB (Red+Green+Blue) = 241+80+195=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 195 (76.56% from 255 or 37.79% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F150C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F150C3 is #0EAF3C. Grayscale: #8C8C8C. Windows color (decimal): -962365 or 12800241. OLE color: 12800241.

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

Color convert

RGB24180195-
CMYK00.670.190.05
HSL317.14º85.19%62.94%-
HSV(B)317.14º66.8%94.51%-
XYZ48.9928.3854.53-
YUV141.25158.34199.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.71%
GREEN value IS 80 (31.64% from 255) = 15.50%
BLUE value IS 195 (76.56% from 255) = 37.79%
R=46.71%
G=15.50%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418019500.670.190.05317.1485.1962.94
HexF150C304313513d553f
Octal361120303010323547512577
Binary1111000110100001100001101000011100111011001111011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F150C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F150C3; }

 p { color: rgb(241,80,195); }

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

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

 a { background-color: rgb(241,80,195); }

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

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

 span { border-color: rgb(241,80,195); }

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