Html Css Color HEX #F512EE Magenta

📋 copy color: '#F512EE'

red 245 ◦ green 18 ◦ blue 238

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

Shades of Magenta #F512EE

Tints of Magenta #F512EE

RGB

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

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

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

R = 48.9%
G = 3.59%
B = 47.5%

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

#F512EE (or 0xF512EE) is known color: Magenta. HEX triplet: F5, 12 and EE. RGB value is (245,18,238). Sum of RGB (Red+Green+Blue) = 245+18+238=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 18 (7.42% from 255 or 3.59% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F512EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F512EE is #0AED11. Grayscale: #6E6E6E. Windows color (decimal): -716050 or 15602421. OLE color: 15602421.

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

Color convert

RGB 245 18 238 -
CMYK 0 0.93 0.03 0.04
HSL 301.85º 0.92% 0.52% -
HSV(B) 301.85º 0.93% 0.96% -
XYZ 53.31 26.02 83.1 -
YUV 110.95 199.71 223.61 -
System Red Green Blue C M Y K H S L
Decimal 245 18 238 0 0.93 0.03 0.04 301.85 0.92 0.52
Hex F5 12 EE 0 5D 3 4 12E 5C 34
Octal 365 22 356 0 135 3 4 456 134 64
Binary 11110101 10010 11101110 0 1011101 11 100 100101110 1011100 110100

Color Harmonies of #F512EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F512EE

Black with #F512EE

Text Example


Text Example

White with #F512EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F512EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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