Html Css Color HEX #F612FA Magenta

📋 copy color: '#F612FA'

red 246 ◦ green 18 ◦ blue 250

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

Shades of Magenta #F612FA

Tints of Magenta #F612FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.64%

R = 47.86%
G = 3.5%
B = 48.64%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F612FA (or 0xF612FA) is known color: Magenta. HEX triplet: F6, 12 and FA. RGB value is (246,18,250). Sum of RGB (Red+Green+Blue) = 246+18+250=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 18 (7.42% from 255 or 3.50% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #F612FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F612FA is #09ED05. Grayscale: #6F6F6F. Windows color (decimal): -650502 or 16388854. OLE color: 16388854.

HSL color Cylindrical-coordinate representation of color #F612FA: hue angle of 298.97º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F612FA is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 246 18 250 -
CMYK 0.02 0.93 0 0.02
HSL 298.97º 0.96% 0.53% -
HSV(B) 298.97º 0.93% 0.98% -
XYZ 55.48 26.93 92.72 -
YUV 112.62 205.54 223.14 -
System Red Green Blue C M Y K H S L
Decimal 246 18 250 0.02 0.93 0 0.02 298.97 0.96 0.53
Hex F6 12 FA 2 5D 0 2 12B 60 35
Octal 366 22 372 2 135 0 2 453 140 65
Binary 11110110 10010 11111010 10 1011101 0 10 100101011 1100000 110101

Color Harmonies of #F612FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F612FA

Black with #F612FA

Text Example


Text Example

White with #F612FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F612FA; }

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

 H1.HeaderClassName
 {
   color: #F612FA;
 }
 .AnyTagClassName
 {
   color: #F612FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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