Html Css Color HEX #F513EB Magenta

📋 copy color: '#F513EB'

red 245 ◦ green 19 ◦ blue 235

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

Shades of Magenta #F513EB

Tints of Magenta #F513EB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.81%

 BLUE value IS 235 (92.19% from 255) = 47.09%

R = 49.1%
G = 3.81%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F513EB (or 0xF513EB) is known color: Magenta. HEX triplet: F5, 13 and EB. RGB value is (245,19,235). Sum of RGB (Red+Green+Blue) = 245+19+235=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 19 (7.81% from 255 or 3.81% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F513EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F513EB is #0AEC14. Grayscale: #6E6E6E. Windows color (decimal): -715797 or 15406069. OLE color: 15406069.

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

Color convert

RGB 245 19 235 -
CMYK 0 0.92 0.04 0.04
HSL 302.65º 0.92% 0.52% -
HSV(B) 302.65º 0.92% 0.96% -
XYZ 52.88 25.88 80.8 -
YUV 111.2 197.87 223.44 -
System Red Green Blue C M Y K H S L
Decimal 245 19 235 0 0.92 0.04 0.04 302.65 0.92 0.52
Hex F5 13 EB 0 5C 4 4 12F 5C 34
Octal 365 23 353 0 134 4 4 457 134 64
Binary 11110101 10011 11101011 0 1011100 100 100 100101111 1011100 110100

Color Harmonies of #F513EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F513EB

Black with #F513EB

Text Example


Text Example

White with #F513EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F513EB; }

 p { color: rgb(245,19,235); }

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

background-color css

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

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

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

border-color css

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

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

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