Html Css Color HEX #F712EC Magenta

📋 copy color: '#F712EC'

red 247 ◦ green 18 ◦ blue 236

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

Shades of Magenta #F712EC

Tints of Magenta #F712EC

RGB

 RED value IS 247 (96.88% from 255) = 49.3%

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

 BLUE value IS 236 (92.58% from 255) = 47.11%

R = 49.3%
G = 3.59%
B = 47.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F712EC (or 0xF712EC) is known color: Magenta. HEX triplet: F7, 12 and EC. RGB value is (247,18,236). Sum of RGB (Red+Green+Blue) = 247+18+236=501 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.30% from 501); Green value is 18 (7.42% from 255 or 3.59% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 247 - color contains mainly: red. Hex color #F712EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F712EC is #08ED13. Grayscale: #6E6E6E. Windows color (decimal): -584980 or 15471351. OLE color: 15471351.

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

Color convert

RGB 247 18 236 -
CMYK 0 0.93 0.04 0.03
HSL 302.88º 0.93% 0.52% -
HSV(B) 302.88º 0.93% 0.97% -
XYZ 53.71 26.26 81.6 -
YUV 111.32 198.37 224.77 -
System Red Green Blue C M Y K H S L
Decimal 247 18 236 0 0.93 0.04 0.03 302.88 0.93 0.52
Hex F7 12 EC 0 5D 4 3 12F 5D 34
Octal 367 22 354 0 135 4 3 457 135 64
Binary 11110111 10010 11101100 0 1011101 100 11 100101111 1011101 110100

Color Harmonies of #F712EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F712EC

Black with #F712EC

Text Example


Text Example

White with #F712EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F712EC; }

 p { color: rgb(247,18,236); }

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

background-color css

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

 a { background-color: rgb(247,18,236); }

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

border-color css

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

 span { border-color: rgb(247,18,236); }

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