Html Css Color HEX #F510ED Magenta

📋 copy color: '#F510ED'

red 245 ◦ green 16 ◦ blue 237

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

Shades of Magenta #F510ED

Tints of Magenta #F510ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.59%

R = 49.2%
G = 3.21%
B = 47.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F510ED (or 0xF510ED) is known color: Magenta. HEX triplet: F5, 10 and ED. RGB value is (245,16,237). Sum of RGB (Red+Green+Blue) = 245+16+237=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 16 (6.64% from 255 or 3.21% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F510ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F510ED is #0AEF12. Grayscale: #6D6D6D. Windows color (decimal): -716563 or 15536373. OLE color: 15536373.

HSL color Cylindrical-coordinate representation of color #F510ED: hue angle of 302.1º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F510ED is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 16 237 -
CMYK 0 0.93 0.03 0.04
HSL 302.1º 0.92% 0.51% -
HSV(B) 302.1º 0.93% 0.96% -
XYZ 53.13 25.9 82.32 -
YUV 109.67 199.87 224.53 -
System Red Green Blue C M Y K H S L
Decimal 245 16 237 0 0.93 0.03 0.04 302.1 0.92 0.51
Hex F5 10 ED 0 5D 3 4 12E 5C 33
Octal 365 20 355 0 135 3 4 456 134 63
Binary 11110101 10000 11101101 0 1011101 11 100 100101110 1011100 110011

Color Harmonies of #F510ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F510ED

Black with #F510ED

Text Example


Text Example

White with #F510ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F510ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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