Html Css Color HEX #F510EE Magenta

📋 copy color: '#F510EE'

red 245 ◦ green 16 ◦ blue 238

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

Shades of Magenta #F510EE

Tints of Magenta #F510EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.7%

R = 49.1%
G = 3.21%
B = 47.7%

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

#F510EE (or 0xF510EE) is known color: Magenta. HEX triplet: F5, 10 and EE. RGB value is (245,16,238). Sum of RGB (Red+Green+Blue) = 245+16+238=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 16 (6.64% from 255 or 3.21% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F510EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F510EE is #0AEF11. Grayscale: #6D6D6D. Windows color (decimal): -716562 or 15601909. OLE color: 15601909.

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

Color convert

RGB 245 16 238 -
CMYK 0 0.93 0.03 0.04
HSL 301.83º 0.92% 0.51% -
HSV(B) 301.83º 0.93% 0.96% -
XYZ 53.27 25.96 83.09 -
YUV 109.78 200.37 224.45 -
System Red Green Blue C M Y K H S L
Decimal 245 16 238 0 0.93 0.03 0.04 301.83 0.92 0.51
Hex F5 10 EE 0 5D 3 4 12E 5C 33
Octal 365 20 356 0 135 3 4 456 134 63
Binary 11110101 10000 11101110 0 1011101 11 100 100101110 1011100 110011

Color Harmonies of #F510EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F510EE

Black with #F510EE

Text Example


Text Example

White with #F510EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F510EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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