Html Css Color HEX #F518FC Magenta

📋 copy color: '#F518FC'

red 245 ◦ green 24 ◦ blue 252

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

Shades of Magenta #F518FC

Tints of Magenta #F518FC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.61%

 BLUE value IS 252 (98.83% from 255) = 48.37%

R = 47.02%
G = 4.61%
B = 48.37%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F518FC (or 0xF518FC) is known color: Magenta. HEX triplet: F5, 18 and FC. RGB value is (245,24,252). Sum of RGB (Red+Green+Blue) = 245+24+252=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 24 (9.77% from 255 or 4.61% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #F518FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F518FC is #0AE703. Grayscale: #737373. Windows color (decimal): -714500 or 16521461. OLE color: 16521461.

HSL color Cylindrical-coordinate representation of color #F518FC: hue angle of 298.16º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F518FC is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 24 252 -
CMYK 0.03 0.90 0 0.01
HSL 298.16º 0.97% 0.54% -
HSV(B) 298.16º 0.9% 0.99% -
XYZ 55.55 27.09 94.4 -
YUV 116.07 204.72 219.96 -
System Red Green Blue C M Y K H S L
Decimal 245 24 252 0.03 0.90 0 0.01 298.16 0.97 0.54
Hex F5 18 FC 3 5A 0 1 12A 61 36
Octal 365 30 374 3 132 0 1 452 141 66
Binary 11110101 11000 11111100 11 1011010 0 1 100101010 1100001 110110

Color Harmonies of #F518FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F518FC

Black with #F518FC

Text Example


Text Example

White with #F518FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F518FC; }

 p { color: rgb(245,24,252); }

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

background-color css

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

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

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

border-color css

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

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

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