Html Css Color HEX #F612ED Magenta

📋 copy color: '#F612ED'

red 246 ◦ green 18 ◦ blue 237

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

Shades of Magenta #F612ED

Tints of Magenta #F612ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.31%

R = 49.1%
G = 3.59%
B = 47.31%

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

#F612ED (or 0xF612ED) is known color: Magenta. HEX triplet: F6, 12 and ED. RGB value is (246,18,237). Sum of RGB (Red+Green+Blue) = 246+18+237=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 18 (7.42% from 255 or 3.59% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F612ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F612ED is #09ED12. Grayscale: #6E6E6E. Windows color (decimal): -650515 or 15536886. OLE color: 15536886.

HSL color Cylindrical-coordinate representation of color #F612ED: hue angle of 302.37º 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 #F612ED is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 18 237 -
CMYK 0 0.93 0.04 0.04
HSL 302.37º 0.93% 0.52% -
HSV(B) 302.37º 0.93% 0.96% -
XYZ 53.51 26.14 82.35 -
YUV 111.14 199.04 224.19 -
System Red Green Blue C M Y K H S L
Decimal 246 18 237 0 0.93 0.04 0.04 302.37 0.93 0.52
Hex F6 12 ED 0 5D 4 4 12E 5D 34
Octal 366 22 355 0 135 4 4 456 135 64
Binary 11110110 10010 11101101 0 1011101 100 100 100101110 1011101 110100

Color Harmonies of #F612ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F612ED

Black with #F612ED

Text Example


Text Example

White with #F612ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F612ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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