#F612FF

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

Shades of Magenta #F612FF

Tints of Magenta #F612FF

Color information

#F612FF (or 0xF612FF) is unknown color: approx Magenta. HEX triplet: F6, 12 and FF. RGB value is (246,18,255). Sum of RGB (Red+Green+Blue) = 246+18+255=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 18 (7.42% from 255 or 3.47% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #F612FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F612FF is #09ED00. Grayscale: #707070. Windows color (decimal): -650497 or 16716534. OLE color: 16716534.

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

Color convert

RGB24618255-
CMYK0.040.9300
HSL297.72º100%53.53%-
HSV(B)297.72º92.94%100%-
XYZ56.2727.2596.9-
YUV113.19208.04222.73-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.40%
GREEN value IS 18 (7.42% from 255) = 3.47%
BLUE value IS 255 (100% from 255) = 49.13%
R=47.40%
G=3.47%
B=49.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal246182550.040.9300297.7210053.53
HexF612FF45D0012a6436
Octal3662237741350045214466
Binary1111011010010111111111001011101001001010101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F612FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F612FF; }

 p { color: rgb(246,18,255); }

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

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

 a { background-color: rgb(246,18,255); }

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

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

 span { border-color: rgb(246,18,255); }

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