Html Css Color HEX #F516DC Hot Magenta

📋 copy color: '#F516DC'

red 245 ◦ green 22 ◦ blue 220

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

Shades of Hot Magenta #F516DC

Tints of Hot Magenta #F516DC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.52%

 BLUE value IS 220 (86.33% from 255) = 45.17%

R = 50.31%
G = 4.52%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F516DC (or 0xF516DC) is known color: Hot Magenta. HEX triplet: F5, 16 and DC. RGB value is (245,22,220). Sum of RGB (Red+Green+Blue) = 245+22+220=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 22 (8.98% from 255 or 4.52% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F516DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F516DC is #0AE923. Grayscale: #6E6E6E. Windows color (decimal): -715044 or 14423797. OLE color: 14423797.

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

Color convert

RGB 245 22 220 -
CMYK 0 0.91 0.10 0.04
HSL 306.73º 0.92% 0.52% -
HSV(B) 306.73º 0.91% 0.96% -
XYZ 50.86 25.15 69.88 -
YUV 111.25 189.38 223.4 -
System Red Green Blue C M Y K H S L
Decimal 245 22 220 0 0.91 0.10 0.04 306.73 0.92 0.52
Hex F5 16 DC 0 5B A 4 133 5C 34
Octal 365 26 334 0 133 12 4 463 134 64
Binary 11110101 10110 11011100 0 1011011 1010 100 100110011 1011100 110100

Color Harmonies of #F516DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F516DC

Black with #F516DC

Text Example


Text Example

White with #F516DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F516DC; }

 p { color: rgb(245,22,220); }

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

background-color css

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

 a { background-color: rgb(245,22,220); }

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

border-color css

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

 span { border-color: rgb(245,22,220); }

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