Html Css Color HEX #F512EB Magenta

📋 copy color: '#F512EB'

red 245 ◦ green 18 ◦ blue 235

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

Shades of Magenta #F512EB

Tints of Magenta #F512EB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.61%

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

R = 49.2%
G = 3.61%
B = 47.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F512EB (or 0xF512EB) is known color: Magenta. HEX triplet: F5, 12 and EB. RGB value is (245,18,235). Sum of RGB (Red+Green+Blue) = 245+18+235=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 18 (7.42% from 255 or 3.61% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F512EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F512EB is #0AED14. Grayscale: #6D6D6D. Windows color (decimal): -716053 or 15405813. OLE color: 15405813.

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

Color convert

RGB 245 18 235 -
CMYK 0 0.93 0.04 0.04
HSL 302.64º 0.92% 0.52% -
HSV(B) 302.64º 0.93% 0.96% -
XYZ 52.87 25.84 80.8 -
YUV 110.61 198.21 223.86 -
System Red Green Blue C M Y K H S L
Decimal 245 18 235 0 0.93 0.04 0.04 302.64 0.92 0.52
Hex F5 12 EB 0 5D 4 4 12F 5C 34
Octal 365 22 353 0 135 4 4 457 134 64
Binary 11110101 10010 11101011 0 1011101 100 100 100101111 1011100 110100

Color Harmonies of #F512EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F512EB

Black with #F512EB

Text Example


Text Example

White with #F512EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F512EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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