Html Css Color HEX #F612EE Magenta

📋 copy color: '#F612EE'

red 246 ◦ green 18 ◦ blue 238

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

Shades of Magenta #F612EE

Tints of Magenta #F612EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.41%

R = 49%
G = 3.59%
B = 47.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F612EE (or 0xF612EE) is known color: Magenta. HEX triplet: F6, 12 and EE. RGB value is (246,18,238). Sum of RGB (Red+Green+Blue) = 246+18+238=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 18 (7.42% from 255 or 3.59% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F612EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F612EE is #09ED11. Grayscale: #6E6E6E. Windows color (decimal): -650514 or 15602422. OLE color: 15602422.

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

Color convert

RGB 246 18 238 -
CMYK 0 0.93 0.03 0.04
HSL 302.11º 0.93% 0.52% -
HSV(B) 302.11º 0.93% 0.96% -
XYZ 53.65 26.2 83.12 -
YUV 111.25 199.54 224.11 -
System Red Green Blue C M Y K H S L
Decimal 246 18 238 0 0.93 0.03 0.04 302.11 0.93 0.52
Hex F6 12 EE 0 5D 3 4 12E 5D 34
Octal 366 22 356 0 135 3 4 456 135 64
Binary 11110110 10010 11101110 0 1011101 11 100 100101110 1011101 110100

Color Harmonies of #F612EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F612EE

Black with #F612EE

Text Example


Text Example

White with #F612EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F612EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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