Html Css Color HEX #F616DC Hot Magenta

📋 copy color: '#F616DC'

red 246 ◦ green 22 ◦ blue 220

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

Shades of Hot Magenta #F616DC

Tints of Hot Magenta #F616DC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.51%

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

R = 50.41%
G = 4.51%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F616DC (or 0xF616DC) is known color: Hot Magenta. HEX triplet: F6, 16 and DC. RGB value is (246,22,220). Sum of RGB (Red+Green+Blue) = 246+22+220=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 22 (8.98% from 255 or 4.51% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F616DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F616DC is #09E923. Grayscale: #6E6E6E. Windows color (decimal): -649508 or 14423798. OLE color: 14423798.

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

Color convert

RGB 246 22 220 -
CMYK 0 0.91 0.11 0.04
HSL 306.96º 0.93% 0.53% -
HSV(B) 306.96º 0.91% 0.96% -
XYZ 51.21 25.33 69.9 -
YUV 111.55 189.21 223.9 -
System Red Green Blue C M Y K H S L
Decimal 246 22 220 0 0.91 0.11 0.04 306.96 0.93 0.53
Hex F6 16 DC 0 5B B 4 133 5D 35
Octal 366 26 334 0 133 13 4 463 135 65
Binary 11110110 10110 11011100 0 1011011 1011 100 100110011 1011101 110101

Color Harmonies of #F616DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F616DC

Black with #F616DC

Text Example


Text Example

White with #F616DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F616DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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