Html Css Color HEX #F514DB Hot Magenta

📋 copy color: '#F514DB'

red 245 ◦ green 20 ◦ blue 219

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

Shades of Hot Magenta #F514DB

Tints of Hot Magenta #F514DB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.13%

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

R = 50.62%
G = 4.13%
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

#F514DB (or 0xF514DB) is known color: Hot Magenta. HEX triplet: F5, 14 and DB. RGB value is (245,20,219). Sum of RGB (Red+Green+Blue) = 245+20+219=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 20 (8.20% from 255 or 4.13% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F514DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F514DB is #0AEB24. Grayscale: #6D6D6D. Windows color (decimal): -715557 or 14357749. OLE color: 14357749.

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

Color convert

RGB 245 20 219 -
CMYK 0 0.92 0.11 0.04
HSL 306.93º 0.92% 0.52% -
HSV(B) 306.93º 0.92% 0.96% -
XYZ 50.69 25.03 69.18 -
YUV 109.96 189.54 224.32 -
System Red Green Blue C M Y K H S L
Decimal 245 20 219 0 0.92 0.11 0.04 306.93 0.92 0.52
Hex F5 14 DB 0 5C B 4 133 5C 34
Octal 365 24 333 0 134 13 4 463 134 64
Binary 11110101 10100 11011011 0 1011100 1011 100 100110011 1011100 110100

Color Harmonies of #F514DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F514DB

Black with #F514DB

Text Example


Text Example

White with #F514DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F514DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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