Html Css Color HEX #F516DA Hot Magenta

📋 copy color: '#F516DA'

red 245 ◦ green 22 ◦ blue 218

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

Shades of Hot Magenta #F516DA

Tints of Hot Magenta #F516DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 50.52%
G = 4.54%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F516DA (or 0xF516DA) is known color: Hot Magenta. HEX triplet: F5, 16 and DA. RGB value is (245,22,218). Sum of RGB (Red+Green+Blue) = 245+22+218=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 22 (8.98% from 255 or 4.54% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F516DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F516DA is #0AE925. Grayscale: #6E6E6E. Windows color (decimal): -715046 or 14292725. OLE color: 14292725.

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

Color convert

RGB 245 22 218 -
CMYK 0 0.91 0.11 0.04
HSL 307.26º 0.92% 0.52% -
HSV(B) 307.26º 0.91% 0.96% -
XYZ 50.6 25.05 68.5 -
YUV 111.02 188.38 223.56 -
System Red Green Blue C M Y K H S L
Decimal 245 22 218 0 0.91 0.11 0.04 307.26 0.92 0.52
Hex F5 16 DA 0 5B B 4 133 5C 34
Octal 365 26 332 0 133 13 4 463 134 64
Binary 11110101 10110 11011010 0 1011011 1011 100 100110011 1011100 110100

Color Harmonies of #F516DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F516DA

Black with #F516DA

Text Example


Text Example

White with #F516DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F516DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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