Html Css Color HEX #F512EA Magenta

📋 copy color: '#F512EA'

red 245 ◦ green 18 ◦ blue 234

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

Shades of Magenta #F512EA

Tints of Magenta #F512EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.08%

R = 49.3%
G = 3.62%
B = 47.08%

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

#F512EA (or 0xF512EA) is known color: Magenta. HEX triplet: F5, 12 and EA. RGB value is (245,18,234). Sum of RGB (Red+Green+Blue) = 245+18+234=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 18 (7.42% from 255 or 3.62% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F512EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F512EA is #0AED15. Grayscale: #6D6D6D. Windows color (decimal): -716054 or 15340277. OLE color: 15340277.

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

Color convert

RGB 245 18 234 -
CMYK 0 0.93 0.04 0.04
HSL 302.91º 0.92% 0.52% -
HSV(B) 302.91º 0.93% 0.96% -
XYZ 52.72 25.79 80.04 -
YUV 110.5 197.71 223.94 -
System Red Green Blue C M Y K H S L
Decimal 245 18 234 0 0.93 0.04 0.04 302.91 0.92 0.52
Hex F5 12 EA 0 5D 4 4 12F 5C 34
Octal 365 22 352 0 135 4 4 457 134 64
Binary 11110101 10010 11101010 0 1011101 100 100 100101111 1011100 110100

Color Harmonies of #F512EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F512EA

Black with #F512EA

Text Example


Text Example

White with #F512EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F512EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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