#F30BDA

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

Shades of Hot Magenta #F30BDA

Tints of Hot Magenta #F30BDA

Color information

#F30BDA (or 0xF30BDA) is unknown color: approx Hot Magenta. HEX triplet: F3, 0B and DA. RGB value is (243,11,218). Sum of RGB (Red+Green+Blue) = 243+11+218=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 11 (4.69% from 255 or 2.33% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F30BDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30BDA is #0CF425. Grayscale: #676767. Windows color (decimal): -848934 or 14289907. OLE color: 14289907.

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

Color convert

RGB24311218-
CMYK00.950.100.05
HSL306.47º91.34%49.8%-
HSV(B)306.47º95.47%95.29%-
XYZ49.7424.3668.41-
YUV103.97192.36227.17-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.48%
GREEN value IS 11 (4.69% from 255) = 2.33%
BLUE value IS 218 (85.55% from 255) = 46.19%
R=51.48%
G=2.33%
B=46.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431121800.950.100.05306.4791.3449.8
HexF3BDA05FA51325b32
Octal36313332013712546213362
Binary111100111011110110100101111110101011001100101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30BDA; }

 p { color: rgb(243,11,218); }

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

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

 a { background-color: rgb(243,11,218); }

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

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

 span { border-color: rgb(243,11,218); }

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