Html Css Color HEX #F612DC Hot Magenta

📋 copy color: '#F612DC'

red 246 ◦ green 18 ◦ blue 220

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

Shades of Hot Magenta #F612DC

Tints of Hot Magenta #F612DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.45%

R = 50.83%
G = 3.72%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F612DC (or 0xF612DC) is known color: Hot Magenta. HEX triplet: F6, 12 and DC. RGB value is (246,18,220). Sum of RGB (Red+Green+Blue) = 246+18+220=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 18 (7.42% from 255 or 3.72% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F612DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F612DC is #09ED23. Grayscale: #6C6C6C. Windows color (decimal): -650532 or 14422774. OLE color: 14422774.

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

Color convert

RGB 246 18 220 -
CMYK 0 0.93 0.11 0.04
HSL 306.84º 0.93% 0.52% -
HSV(B) 306.84º 0.93% 0.96% -
XYZ 51.14 25.19 69.88 -
YUV 109.2 190.54 225.57 -
System Red Green Blue C M Y K H S L
Decimal 246 18 220 0 0.93 0.11 0.04 306.84 0.93 0.52
Hex F6 12 DC 0 5D B 4 133 5D 34
Octal 366 22 334 0 135 13 4 463 135 64
Binary 11110110 10010 11011100 0 1011101 1011 100 100110011 1011101 110100

Color Harmonies of #F612DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F612DC

Black with #F612DC

Text Example


Text Example

White with #F612DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F612DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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