Html Css Color HEX #F510FC Magenta

📋 copy color: '#F510FC'

red 245 ◦ green 16 ◦ blue 252

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

Shades of Magenta #F510FC

Tints of Magenta #F510FC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.12%

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

R = 47.76%
G = 3.12%
B = 49.12%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F510FC (or 0xF510FC) is known color: Magenta. HEX triplet: F5, 10 and FC. RGB value is (245,16,252). Sum of RGB (Red+Green+Blue) = 245+16+252=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 16 (6.64% from 255 or 3.12% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #F510FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F510FC is #0AEF03. Grayscale: #6E6E6E. Windows color (decimal): -716548 or 16519413. OLE color: 16519413.

HSL color Cylindrical-coordinate representation of color #F510FC: hue angle of 298.22º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F510FC is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 16 252 -
CMYK 0.03 0.94 0 0.01
HSL 298.22º 0.98% 0.53% -
HSV(B) 298.22º 0.94% 0.99% -
XYZ 55.41 26.81 94.35 -
YUV 111.38 207.37 223.31 -
System Red Green Blue C M Y K H S L
Decimal 245 16 252 0.03 0.94 0 0.01 298.22 0.98 0.53
Hex F5 10 FC 3 5E 0 1 12A 62 35
Octal 365 20 374 3 136 0 1 452 142 65
Binary 11110101 10000 11111100 11 1011110 0 1 100101010 1100010 110101

Color Harmonies of #F510FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F510FC

Black with #F510FC

Text Example


Text Example

White with #F510FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F510FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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