#F30DFF

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

Shades of Magenta #F30DFF

Tints of Magenta #F30DFF

Color information

#F30DFF (or 0xF30DFF) is unknown color: approx Magenta. HEX triplet: F3, 0D and FF. RGB value is (243,13,255). Sum of RGB (Red+Green+Blue) = 243+13+255=511 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.55% from 511); Green value is 13 (5.47% from 255 or 2.54% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #F30DFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30DFF is #0CF200. Grayscale: #6C6C6C. Windows color (decimal): -848385 or 16715251. OLE color: 16715251.

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

Color convert

RGB24313255-
CMYK0.050.9500
HSL297.02º100%52.55%-
HSV(B)297.02º94.9%100%-
XYZ55.1626.5696.83-
YUV109.36210.2223.32-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.55%
GREEN value IS 13 (5.47% from 255) = 2.54%
BLUE value IS 255 (100% from 255) = 49.90%
R=47.55%
G=2.54%
B=49.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal243132550.050.9500297.0210052.55
HexF3DFF55F001296435
Octal3631537751370045114465
Binary111100111101111111111011011111001001010011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30DFF; }

 p { color: rgb(243,13,255); }

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

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

 a { background-color: rgb(243,13,255); }

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

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

 span { border-color: rgb(243,13,255); }

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