#F305E2

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

Shades of Hot Magenta #F305E2

Tints of Hot Magenta #F305E2

Color information

#F305E2 (or 0xF305E2) is unknown color: approx Hot Magenta. HEX triplet: F3, 05 and E2. RGB value is (243,5,226). Sum of RGB (Red+Green+Blue) = 243+5+226=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 5 (2.34% from 255 or 1.05% from 474); Blue value is 226 (88.67% from 255 or 47.68% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F305E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F305E2 is #0CFA1D. Grayscale: #646464. Windows color (decimal): -850462 or 14812659. OLE color: 14812659.

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

Color convert

RGB2435226-
CMYK00.980.070.05
HSL304.29º95.97%48.63%-
HSV(B)304.29º97.94%95.29%-
XYZ50.7424.6574.04-
YUV101.36198.35229.03-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.27%
GREEN value IS 5 (2.34% from 255) = 1.05%
BLUE value IS 226 (88.67% from 255) = 47.68%
R=51.27%
G=1.05%
B=47.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243522600.980.070.05304.2995.9748.63
HexF35E2062751306031
Octal363534201427546014061
Binary1111001110111100010011000101111011001100001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F305E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F305E2; }

 p { color: rgb(243,5,226); }

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

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

 a { background-color: rgb(243,5,226); }

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

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

 span { border-color: rgb(243,5,226); }

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