Html Css Color HEX #F613D9 Hot Magenta

📋 copy color: '#F613D9'

red 246 ◦ green 19 ◦ blue 217

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

Shades of Hot Magenta #F613D9

Tints of Hot Magenta #F613D9

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.94%

 BLUE value IS 217 (85.16% from 255) = 45.02%

R = 51.04%
G = 3.94%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F613D9 (or 0xF613D9) is known color: Hot Magenta. HEX triplet: F6, 13 and D9. RGB value is (246,19,217). Sum of RGB (Red+Green+Blue) = 246+19+217=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 19 (7.81% from 255 or 3.94% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F613D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F613D9 is #09EC26. Grayscale: #6C6C6C. Windows color (decimal): -650279 or 14226422. OLE color: 14226422.

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

Color convert

RGB 246 19 217 -
CMYK 0 0.92 0.12 0.04
HSL 307.67º 0.93% 0.52% -
HSV(B) 307.67º 0.92% 0.96% -
XYZ 50.76 25.07 67.81 -
YUV 109.45 188.71 225.4 -
System Red Green Blue C M Y K H S L
Decimal 246 19 217 0 0.92 0.12 0.04 307.67 0.93 0.52
Hex F6 13 D9 0 5C C 4 134 5D 34
Octal 366 23 331 0 134 14 4 464 135 64
Binary 11110110 10011 11011001 0 1011100 1100 100 100110100 1011101 110100

Color Harmonies of #F613D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F613D9

Black with #F613D9

Text Example


Text Example

White with #F613D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F613D9; }

 p { color: rgb(246,19,217); }

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

background-color css

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

 a { background-color: rgb(246,19,217); }

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

border-color css

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

 span { border-color: rgb(246,19,217); }

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