Html Css Color HEX #F516FB Magenta

📋 copy color: '#F516FB'

red 245 ◦ green 22 ◦ blue 251

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

Shades of Magenta #F516FB

Tints of Magenta #F516FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.46%

R = 47.3%
G = 4.25%
B = 48.46%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F516FB (or 0xF516FB) is known color: Magenta. HEX triplet: F5, 16 and FB. RGB value is (245,22,251). Sum of RGB (Red+Green+Blue) = 245+22+251=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 22 (8.98% from 255 or 4.25% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #F516FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F516FB is #0AE904. Grayscale: #727272. Windows color (decimal): -715013 or 16455413. OLE color: 16455413.

HSL color Cylindrical-coordinate representation of color #F516FB: hue angle of 298.43º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F516FB is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 22 251 -
CMYK 0.02 0.91 0 0.02
HSL 298.43º 0.97% 0.54% -
HSV(B) 298.43º 0.91% 0.98% -
XYZ 55.36 26.95 93.55 -
YUV 114.78 204.88 220.88 -
System Red Green Blue C M Y K H S L
Decimal 245 22 251 0.02 0.91 0 0.02 298.43 0.97 0.54
Hex F5 16 FB 2 5B 0 2 12A 61 36
Octal 365 26 373 2 133 0 2 452 141 66
Binary 11110101 10110 11111011 10 1011011 0 10 100101010 1100001 110110

Color Harmonies of #F516FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F516FB

Black with #F516FB

Text Example


Text Example

White with #F516FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F516FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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