#F15CE0

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

Shades of Free Speech Magenta #F15CE0

Tints of Free Speech Magenta #F15CE0

Color information

#F15CE0 (or 0xF15CE0) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 5C and E0. RGB value is (241,92,224). Sum of RGB (Red+Green+Blue) = 241+92+224=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 92 (36.33% from 255 or 16.52% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15CE0 is #0EA31F. Grayscale: #979797. Windows color (decimal): -959264 or 14703857. OLE color: 14703857.

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

Color convert

RGB24192224-
CMYK00.620.070.05
HSL306.85º84.18%65.29%-
HSV(B)306.85º61.83%94.51%-
XYZ53.5631.7473.82-
YUV151.6168.86191.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.27%
GREEN value IS 92 (36.33% from 255) = 16.52%
BLUE value IS 224 (87.89% from 255) = 40.22%
R=43.27%
G=16.52%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419222400.620.070.05306.8584.1865.29
HexF15CE003E751335441
Octal36113434007675463124101
Binary11110001101110011100000011111011110110011001110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15CE0; }

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

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

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

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

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

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

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

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