#F311DC

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

Shades of Hot Magenta #F311DC

Tints of Hot Magenta #F311DC

Color information

#F311DC (or 0xF311DC) is unknown color: approx Hot Magenta. HEX triplet: F3, 11 and DC. RGB value is (243,17,220). Sum of RGB (Red+Green+Blue) = 243+17+220=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 17 (7.03% from 255 or 3.54% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F311DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F311DC is #0CEE23. Grayscale: #6B6B6B. Windows color (decimal): -847396 or 14422515. OLE color: 14422515.

HSL color Cylindrical-coordinate representation of color #F311DC: hue angle of 306.11º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F311DC is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB24317220-
CMYK00.930.090.05
HSL306.11º90.4%50.98%-
HSV(B)306.11º93%95.29%-
XYZ50.0824.6269.82-
YUV107.72191.37224.49-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.62%
GREEN value IS 17 (7.03% from 255) = 3.54%
BLUE value IS 220 (86.33% from 255) = 45.83%
R=50.62%
G=3.54%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431722000.930.090.05306.1190.450.98
HexF311DC05D951325a33
Octal36321334013511546213263
Binary1111001110001110111000101110110011011001100101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F311DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F311DC; }

 p { color: rgb(243,17,220); }

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

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

 a { background-color: rgb(243,17,220); }

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

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

 span { border-color: rgb(243,17,220); }

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