Html Css Color HEX #F612FF Magenta

📋 copy color: '#F612FF'

red 246 ◦ green 18 ◦ blue 255

#F612FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magenta #F612FF

Tints of Magenta #F612FF

RGB

 RED value IS 246 (96.48% from 255) = 47.4%

 GREEN value IS 18 (7.42% from 255) = 3.47%

 BLUE value IS 255 (100% from 255) = 49.13%

R = 47.4%
G = 3.47%
B = 49.13%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F612FF (or 0xF612FF) is known color: 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

RGB 246 18 255 -
CMYK 0.04 0.93 0 0
HSL 297.72º 1% 0.54% -
HSV(B) 297.72º 0.93% 1% -
XYZ 56.27 27.25 96.9 -
YUV 113.19 208.04 222.73 -
System Red Green Blue C M Y K H S L
Decimal 246 18 255 0.04 0.93 0 0 297.72 1 0.54
Hex F6 12 FF 4 5D 0 0 12A 64 36
Octal 366 22 377 4 135 0 0 452 144 66
Binary 11110110 10010 11111111 100 1011101 0 0 100101010 1100100 110110

Color Harmonies of #F612FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F612FF

Black with #F612FF

Text Example


Text Example

White with #F612FF

Text Example


Text Example

HTML Codes & Css Web 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>