Html Css Color HEX #F613DB Hot Magenta

📋 copy color: '#F613DB'

red 246 ◦ green 19 ◦ blue 219

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

Shades of Hot Magenta #F613DB

Tints of Hot Magenta #F613DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.25%

R = 50.83%
G = 3.93%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F613DB (or 0xF613DB) is known color: Hot Magenta. HEX triplet: F6, 13 and DB. RGB value is (246,19,219). Sum of RGB (Red+Green+Blue) = 246+19+219=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 19 (7.81% from 255 or 3.93% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F613DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F613DB is #09EC24. Grayscale: #6D6D6D. Windows color (decimal): -650277 or 14357494. OLE color: 14357494.

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

Color convert

RGB 246 19 219 -
CMYK 0 0.92 0.11 0.04
HSL 307.14º 0.93% 0.52% -
HSV(B) 307.14º 0.92% 0.96% -
XYZ 51.03 25.17 69.19 -
YUV 109.67 189.71 225.24 -
System Red Green Blue C M Y K H S L
Decimal 246 19 219 0 0.92 0.11 0.04 307.14 0.93 0.52
Hex F6 13 DB 0 5C B 4 133 5D 34
Octal 366 23 333 0 134 13 4 463 135 64
Binary 11110110 10011 11011011 0 1011100 1011 100 100110011 1011101 110100

Color Harmonies of #F613DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F613DB

Black with #F613DB

Text Example


Text Example

White with #F613DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F613DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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