Html Css Color HEX #F714EC Magenta

📋 copy color: '#F714EC'

red 247 ◦ green 20 ◦ blue 236

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

Shades of Magenta #F714EC

Tints of Magenta #F714EC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 3.98%

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

R = 49.11%
G = 3.98%
B = 46.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F714EC (or 0xF714EC) is known color: Magenta. HEX triplet: F7, 14 and EC. RGB value is (247,20,236). Sum of RGB (Red+Green+Blue) = 247+20+236=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 20 (8.20% from 255 or 3.98% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F714EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F714EC is #08EB13. Grayscale: #6F6F6F. Windows color (decimal): -584468 or 15471863. OLE color: 15471863.

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

Color convert

RGB 247 20 236 -
CMYK 0 0.92 0.04 0.03
HSL 302.91º 0.93% 0.52% -
HSV(B) 302.91º 0.92% 0.97% -
XYZ 53.75 26.33 81.61 -
YUV 112.5 197.71 223.94 -
System Red Green Blue C M Y K H S L
Decimal 247 20 236 0 0.92 0.04 0.03 302.91 0.93 0.52
Hex F7 14 EC 0 5C 4 3 12F 5D 34
Octal 367 24 354 0 134 4 3 457 135 64
Binary 11110111 10100 11101100 0 1011100 100 11 100101111 1011101 110100

Color Harmonies of #F714EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F714EC

Black with #F714EC

Text Example


Text Example

White with #F714EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F714EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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