Html Css Color HEX #F512E6 Magenta

📋 copy color: '#F512E6'

red 245 ◦ green 18 ◦ blue 230

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

Shades of Magenta #F512E6

Tints of Magenta #F512E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.65%

R = 49.7%
G = 3.65%
B = 46.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#F512E6 (or 0xF512E6) is known color: Magenta. HEX triplet: F5, 12 and E6. RGB value is (245,18,230). Sum of RGB (Red+Green+Blue) = 245+18+230=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 18 (7.42% from 255 or 3.65% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F512E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F512E6 is #0AED19. Grayscale: #6D6D6D. Windows color (decimal): -716058 or 15078133. OLE color: 15078133.

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

Color convert

RGB 245 18 230 -
CMYK 0 0.93 0.06 0.04
HSL 303.96º 0.92% 0.52% -
HSV(B) 303.96º 0.93% 0.96% -
XYZ 52.16 25.56 77.05 -
YUV 110.04 195.71 224.26 -
System Red Green Blue C M Y K H S L
Decimal 245 18 230 0 0.93 0.06 0.04 303.96 0.92 0.52
Hex F5 12 E6 0 5D 6 4 130 5C 34
Octal 365 22 346 0 135 6 4 460 134 64
Binary 11110101 10010 11100110 0 1011101 110 100 100110000 1011100 110100

Color Harmonies of #F512E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F512E6

Black with #F512E6

Text Example


Text Example

White with #F512E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F512E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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