Html Css Color HEX #F618DD Hot Magenta

📋 copy color: '#F618DD'

red 246 ◦ green 24 ◦ blue 221

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

Shades of Hot Magenta #F618DD

Tints of Hot Magenta #F618DD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.89%

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

R = 50.1%
G = 4.89%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F618DD (or 0xF618DD) is known color: Hot Magenta. HEX triplet: F6, 18 and DD. RGB value is (246,24,221). Sum of RGB (Red+Green+Blue) = 246+24+221=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 24 (9.77% from 255 or 4.89% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F618DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F618DD is #09E722. Grayscale: #707070. Windows color (decimal): -648995 or 14489846. OLE color: 14489846.

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

Color convert

RGB 246 24 221 -
CMYK 0 0.90 0.10 0.04
HSL 306.76º 0.93% 0.53% -
HSV(B) 306.76º 0.9% 0.96% -
XYZ 51.38 25.47 70.61 -
YUV 112.84 189.05 222.98 -
System Red Green Blue C M Y K H S L
Decimal 246 24 221 0 0.90 0.10 0.04 306.76 0.93 0.53
Hex F6 18 DD 0 5A A 4 133 5C 35
Octal 366 30 335 0 132 12 4 463 134 65
Binary 11110110 11000 11011101 0 1011010 1010 100 100110011 1011100 110101

Color Harmonies of #F618DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F618DD

Black with #F618DD

Text Example


Text Example

White with #F618DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F618DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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