Html Css Color HEX #F616DD Hot Magenta

📋 copy color: '#F616DD'

red 246 ◦ green 22 ◦ blue 221

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

Shades of Hot Magenta #F616DD

Tints of Hot Magenta #F616DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.19%

R = 50.31%
G = 4.5%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F616DD (or 0xF616DD) is known color: Hot Magenta. HEX triplet: F6, 16 and DD. RGB value is (246,22,221). Sum of RGB (Red+Green+Blue) = 246+22+221=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 22 (8.98% from 255 or 4.50% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F616DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F616DD is #09E922. Grayscale: #6F6F6F. Windows color (decimal): -649507 or 14489334. OLE color: 14489334.

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

Color convert

RGB 246 22 221 -
CMYK 0 0.91 0.10 0.04
HSL 306.7º 0.93% 0.53% -
HSV(B) 306.7º 0.91% 0.96% -
XYZ 51.34 25.39 70.6 -
YUV 111.66 189.71 223.82 -
System Red Green Blue C M Y K H S L
Decimal 246 22 221 0 0.91 0.10 0.04 306.7 0.93 0.53
Hex F6 16 DD 0 5B A 4 133 5D 35
Octal 366 26 335 0 133 12 4 463 135 65
Binary 11110110 10110 11011101 0 1011011 1010 100 100110011 1011101 110101

Color Harmonies of #F616DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F616DD

Black with #F616DD

Text Example


Text Example

White with #F616DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F616DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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