Html Css Color HEX #F613E1 Hot Magenta

📋 copy color: '#F613E1'

red 246 ◦ green 19 ◦ blue 225

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

Shades of Hot Magenta #F613E1

Tints of Hot Magenta #F613E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.92%

R = 50.2%
G = 3.88%
B = 45.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F613E1 (or 0xF613E1) is known color: Hot Magenta. HEX triplet: F6, 13 and E1. RGB value is (246,19,225). Sum of RGB (Red+Green+Blue) = 246+19+225=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 19 (7.81% from 255 or 3.88% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F613E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F613E1 is #09EC1E. Grayscale: #6D6D6D. Windows color (decimal): -650271 or 14750710. OLE color: 14750710.

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

Color convert

RGB 246 19 225 -
CMYK 0 0.92 0.09 0.04
HSL 305.55º 0.93% 0.52% -
HSV(B) 305.55º 0.92% 0.96% -
XYZ 51.83 25.49 73.42 -
YUV 110.36 192.71 224.75 -
System Red Green Blue C M Y K H S L
Decimal 246 19 225 0 0.92 0.09 0.04 305.55 0.93 0.52
Hex F6 13 E1 0 5C 9 4 132 5D 34
Octal 366 23 341 0 134 11 4 462 135 64
Binary 11110110 10011 11100001 0 1011100 1001 100 100110010 1011101 110100

Color Harmonies of #F613E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F613E1

Black with #F613E1

Text Example


Text Example

White with #F613E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F613E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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