Html Css Color HEX #F516E3 Hot Magenta

📋 copy color: '#F516E3'

red 245 ◦ green 22 ◦ blue 227

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

Shades of Hot Magenta #F516E3

Tints of Hot Magenta #F516E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 45.95%

R = 49.6%
G = 4.45%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F516E3 (or 0xF516E3) is known color: Hot Magenta. HEX triplet: F5, 16 and E3. RGB value is (245,22,227). Sum of RGB (Red+Green+Blue) = 245+22+227=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 22 (8.98% from 255 or 4.45% from 494); Blue value is 227 (89.06% from 255 or 45.95% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F516E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F516E3 is #0AE91C. Grayscale: #6F6F6F. Windows color (decimal): -715037 or 14882549. OLE color: 14882549.

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

Color convert

RGB 245 22 227 -
CMYK 0 0.91 0.07 0.04
HSL 304.84º 0.92% 0.52% -
HSV(B) 304.84º 0.91% 0.96% -
XYZ 51.81 25.53 74.87 -
YUV 112.05 192.88 222.83 -
System Red Green Blue C M Y K H S L
Decimal 245 22 227 0 0.91 0.07 0.04 304.84 0.92 0.52
Hex F5 16 E3 0 5B 7 4 131 5C 34
Octal 365 26 343 0 133 7 4 461 134 64
Binary 11110101 10110 11100011 0 1011011 111 100 100110001 1011100 110100

Color Harmonies of #F516E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F516E3

Black with #F516E3

Text Example


Text Example

White with #F516E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F516E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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