Html Css Color HEX #F612EB Magenta

📋 copy color: '#F612EB'

red 246 ◦ green 18 ◦ blue 235

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

Shades of Magenta #F612EB

Tints of Magenta #F612EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.09%

R = 49.3%
G = 3.61%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F612EB (or 0xF612EB) is known color: Magenta. HEX triplet: F6, 12 and EB. RGB value is (246,18,235). Sum of RGB (Red+Green+Blue) = 246+18+235=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 18 (7.42% from 255 or 3.61% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F612EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F612EB is #09ED14. Grayscale: #6E6E6E. Windows color (decimal): -650517 or 15405814. OLE color: 15405814.

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

Color convert

RGB 246 18 235 -
CMYK 0 0.93 0.04 0.04
HSL 302.89º 0.93% 0.52% -
HSV(B) 302.89º 0.93% 0.96% -
XYZ 53.22 26.02 80.82 -
YUV 110.91 198.04 224.36 -
System Red Green Blue C M Y K H S L
Decimal 246 18 235 0 0.93 0.04 0.04 302.89 0.93 0.52
Hex F6 12 EB 0 5D 4 4 12F 5D 34
Octal 366 22 353 0 135 4 4 457 135 64
Binary 11110110 10010 11101011 0 1011101 100 100 100101111 1011101 110100

Color Harmonies of #F612EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F612EB

Black with #F612EB

Text Example


Text Example

White with #F612EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F612EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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