Html Css Color HEX #F516F5 Magenta

📋 copy color: '#F516F5'

red 245 ◦ green 22 ◦ blue 245

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

Shades of Magenta #F516F5

Tints of Magenta #F516F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.85%

R = 47.85%
G = 4.3%
B = 47.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F516F5 (or 0xF516F5) is known color: Magenta. HEX triplet: F5, 16 and F5. RGB value is (245,22,245). Sum of RGB (Red+Green+Blue) = 245+22+245=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 22 (8.98% from 255 or 4.30% from 512); Blue value is 245 (96.09% from 255 or 47.85% from 512); Max value from RGB is 245 - color contains mainly: red, blue. Hex color #F516F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F516F5 is #0AE90A. Grayscale: #717171. Windows color (decimal): -715019 or 16062197. OLE color: 16062197.

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

Color convert

RGB 245 22 245 -
CMYK 0 0.91 0 0.04
HSL 300º 0.92% 0.52% -
HSV(B) 300º 0.91% 0.96% -
XYZ 54.42 26.58 88.65 -
YUV 114.1 201.88 221.37 -
System Red Green Blue C M Y K H S L
Decimal 245 22 245 0 0.91 0 0.04 300 0.92 0.52
Hex F5 16 F5 0 5B 0 4 12C 5C 34
Octal 365 26 365 0 133 0 4 454 134 64
Binary 11110101 10110 11110101 0 1011011 0 100 100101100 1011100 110100

Color Harmonies of #F516F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F516F5

Black with #F516F5

Text Example


Text Example

White with #F516F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F516F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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