#F30AD5

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

Shades of Hot Magenta #F30AD5

Tints of Hot Magenta #F30AD5

Color information

#F30AD5 (or 0xF30AD5) is unknown color: approx Hot Magenta. HEX triplet: F3, 0A and D5. RGB value is (243,10,213). Sum of RGB (Red+Green+Blue) = 243+10+213=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 10 (4.30% from 255 or 2.15% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F30AD5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30AD5 is #0CF52A. Grayscale: #666666. Windows color (decimal): -849195 or 13961971. OLE color: 13961971.

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

Color convert

RGB24310213-
CMYK00.960.120.05
HSL307.73º92.09%49.61%-
HSV(B)307.73º95.88%95.29%-
XYZ49.0824.0865.01-
YUV102.81190.19227.99-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.15%
GREEN value IS 10 (4.30% from 255) = 2.15%
BLUE value IS 213 (83.59% from 255) = 45.71%
R=52.15%
G=2.15%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431021300.960.120.05307.7392.0949.61
HexF3AD5060C51345c32
Octal36312325014014546413462
Binary111100111010110101010110000011001011001101001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30AD5; }

 p { color: rgb(243,10,213); }

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

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

 a { background-color: rgb(243,10,213); }

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

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

 span { border-color: rgb(243,10,213); }

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