Html Css Color HEX #F612DB Hot Magenta

📋 copy color: '#F612DB'

red 246 ◦ green 18 ◦ blue 219

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

Shades of Hot Magenta #F612DB

Tints of Hot Magenta #F612DB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.73%

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

R = 50.93%
G = 3.73%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F612DB (or 0xF612DB) is known color: Hot Magenta. HEX triplet: F6, 12 and DB. RGB value is (246,18,219). Sum of RGB (Red+Green+Blue) = 246+18+219=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 18 (7.42% from 255 or 3.73% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F612DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F612DB is #09ED24. Grayscale: #6C6C6C. Windows color (decimal): -650533 or 14357238. OLE color: 14357238.

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

Color convert

RGB 246 18 219 -
CMYK 0 0.93 0.11 0.04
HSL 307.11º 0.93% 0.52% -
HSV(B) 307.11º 0.93% 0.96% -
XYZ 51.01 25.14 69.18 -
YUV 109.09 190.04 225.66 -
System Red Green Blue C M Y K H S L
Decimal 246 18 219 0 0.93 0.11 0.04 307.11 0.93 0.52
Hex F6 12 DB 0 5D B 4 133 5D 34
Octal 366 22 333 0 135 13 4 463 135 64
Binary 11110110 10010 11011011 0 1011101 1011 100 100110011 1011101 110100

Color Harmonies of #F612DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F612DB

Black with #F612DB

Text Example


Text Example

White with #F612DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F612DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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