Html Css Color HEX #F512DB Hot Magenta

📋 copy color: '#F512DB'

red 245 ◦ green 18 ◦ blue 219

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

Shades of Hot Magenta #F512DB

Tints of Hot Magenta #F512DB

RGB

 RED value IS 245 (96.09% from 255) = 50.83%

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

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

R = 50.83%
G = 3.73%
B = 45.44%

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

#F512DB (or 0xF512DB) is known color: Hot Magenta. HEX triplet: F5, 12 and DB. RGB value is (245,18,219). Sum of RGB (Red+Green+Blue) = 245+18+219=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 18 (7.42% from 255 or 3.73% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F512DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F512DB is #0AED24. Grayscale: #6C6C6C. Windows color (decimal): -716069 or 14357237. OLE color: 14357237.

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

Color convert

RGB 245 18 219 -
CMYK 0 0.93 0.11 0.04
HSL 306.87º 0.92% 0.52% -
HSV(B) 306.87º 0.93% 0.96% -
XYZ 50.66 24.96 69.17 -
YUV 108.79 190.21 225.16 -
System Red Green Blue C M Y K H S L
Decimal 245 18 219 0 0.93 0.11 0.04 306.87 0.92 0.52
Hex F5 12 DB 0 5D B 4 133 5C 34
Octal 365 22 333 0 135 13 4 463 134 64
Binary 11110101 10010 11011011 0 1011101 1011 100 100110011 1011100 110100

Color Harmonies of #F512DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F512DB

Black with #F512DB

Text Example


Text Example

White with #F512DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F512DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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