Html Css Color HEX #F510DB Hot Magenta

📋 copy color: '#F510DB'

red 245 ◦ green 16 ◦ blue 219

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

Shades of Hot Magenta #F510DB

Tints of Hot Magenta #F510DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.33%

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

R = 51.04%
G = 3.33%
B = 45.63%

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

#F510DB (or 0xF510DB) is known color: Hot Magenta. HEX triplet: F5, 10 and DB. RGB value is (245,16,219). Sum of RGB (Red+Green+Blue) = 245+16+219=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 16 (6.64% from 255 or 3.33% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F510DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F510DB is #0AEF24. Grayscale: #6B6B6B. Windows color (decimal): -716581 or 14356725. OLE color: 14356725.

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

Color convert

RGB 245 16 219 -
CMYK 0 0.93 0.11 0.04
HSL 306.81º 0.92% 0.51% -
HSV(B) 306.81º 0.93% 0.96% -
XYZ 50.63 24.9 69.16 -
YUV 107.61 190.87 225.99 -
System Red Green Blue C M Y K H S L
Decimal 245 16 219 0 0.93 0.11 0.04 306.81 0.92 0.51
Hex F5 10 DB 0 5D B 4 133 5C 33
Octal 365 20 333 0 135 13 4 463 134 63
Binary 11110101 10000 11011011 0 1011101 1011 100 100110011 1011100 110011

Color Harmonies of #F510DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F510DB

Black with #F510DB

Text Example


Text Example

White with #F510DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F510DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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