Html Css Color HEX #F512ED Magenta

📋 copy color: '#F512ED'

red 245 ◦ green 18 ◦ blue 237

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

Shades of Magenta #F512ED

Tints of Magenta #F512ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.4%

R = 49%
G = 3.6%
B = 47.4%

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

#F512ED (or 0xF512ED) is known color: Magenta. HEX triplet: F5, 12 and ED. RGB value is (245,18,237). Sum of RGB (Red+Green+Blue) = 245+18+237=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 18 (7.42% from 255 or 3.6% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F512ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F512ED is #0AED12. Grayscale: #6E6E6E. Windows color (decimal): -716051 or 15536885. OLE color: 15536885.

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

Color convert

RGB 245 18 237 -
CMYK 0 0.93 0.03 0.04
HSL 302.11º 0.92% 0.52% -
HSV(B) 302.11º 0.93% 0.96% -
XYZ 53.16 25.96 82.33 -
YUV 110.84 199.21 223.69 -
System Red Green Blue C M Y K H S L
Decimal 245 18 237 0 0.93 0.03 0.04 302.11 0.92 0.52
Hex F5 12 ED 0 5D 3 4 12E 5C 34
Octal 365 22 355 0 135 3 4 456 134 64
Binary 11110101 10010 11101101 0 1011101 11 100 100101110 1011100 110100

Color Harmonies of #F512ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F512ED

Black with #F512ED

Text Example


Text Example

White with #F512ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F512ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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