#F314D7

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

Shades of Hot Magenta #F314D7

Tints of Hot Magenta #F314D7

Color information

#F314D7 (or 0xF314D7) is unknown color: approx Hot Magenta. HEX triplet: F3, 14 and D7. RGB value is (243,20,215). Sum of RGB (Red+Green+Blue) = 243+20+215=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 20 (8.20% from 255 or 4.18% from 478); Blue value is 215 (84.38% from 255 or 44.98% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F314D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F314D7 is #0CEB28. Grayscale: #6C6C6C. Windows color (decimal): -846633 or 14095603. OLE color: 14095603.

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

Color convert

RGB24320215-
CMYK00.920.120.05
HSL307.53º90.28%51.57%-
HSV(B)307.53º91.77%95.29%-
XYZ49.4824.4666.4-
YUV108.91187.88223.64-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.84%
GREEN value IS 20 (8.20% from 255) = 4.18%
BLUE value IS 215 (84.38% from 255) = 44.98%
R=50.84%
G=4.18%
B=44.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432021500.920.120.05307.5390.2851.57
HexF314D705CC51345a34
Octal36324327013414546413264
Binary1111001110100110101110101110011001011001101001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F314D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F314D7; }

 p { color: rgb(243,20,215); }

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

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

 a { background-color: rgb(243,20,215); }

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

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

 span { border-color: rgb(243,20,215); }

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