#F319E1

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

Shades of Hot Magenta #F319E1

Tints of Hot Magenta #F319E1

Color information

#F319E1 (or 0xF319E1) is unknown color: approx Hot Magenta. HEX triplet: F3, 19 and E1. RGB value is (243,25,225). Sum of RGB (Red+Green+Blue) = 243+25+225=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 25 (10.16% from 255 or 5.07% from 493); Blue value is 225 (88.28% from 255 or 45.64% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F319E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F319E1 is #0CE61E. Grayscale: #707070. Windows color (decimal): -845343 or 14752243. OLE color: 14752243.

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

Color convert

RGB24325225-
CMYK00.900.070.05
HSL304.95º90.08%52.55%-
HSV(B)304.95º89.71%95.29%-
XYZ50.925.1973.41-
YUV112.98191.22220.74-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.29%
GREEN value IS 25 (10.16% from 255) = 5.07%
BLUE value IS 225 (88.28% from 255) = 45.64%
R=49.29%
G=5.07%
B=45.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432522500.900.070.05304.9590.0852.55
HexF319E105A751315a35
Octal3633134101327546113265
Binary111100111100111100001010110101111011001100011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F319E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F319E1; }

 p { color: rgb(243,25,225); }

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

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

 a { background-color: rgb(243,25,225); }

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

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

 span { border-color: rgb(243,25,225); }

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