Html Css Color HEX #F714F6 Magenta

📋 copy color: '#F714F6'

red 247 ◦ green 20 ◦ blue 246

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

Shades of Magenta #F714F6

Tints of Magenta #F714F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.95%

R = 48.15%
G = 3.9%
B = 47.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.00

 K value IS 0.03

RGB Variations

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

Color information

#F714F6 (or 0xF714F6) is known color: Magenta. HEX triplet: F7, 14 and F6. RGB value is (247,20,246). Sum of RGB (Red+Green+Blue) = 247+20+246=513 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.15% from 513); Green value is 20 (8.20% from 255 or 3.90% from 513); Blue value is 246 (96.48% from 255 or 47.95% from 513); Max value from RGB is 247 - color contains mainly: red. Hex color #F714F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F714F6 is #08EB09. Grayscale: #707070. Windows color (decimal): -584458 or 16127223. OLE color: 16127223.

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

Color convert

RGB 247 20 246 -
CMYK 0 0.92 0.00 0.03
HSL 300.26º 0.93% 0.52% -
HSV(B) 300.26º 0.92% 0.97% -
XYZ 55.24 26.93 89.47 -
YUV 113.64 202.71 223.12 -
System Red Green Blue C M Y K H S L
Decimal 247 20 246 0 0.92 0.00 0.03 300.26 0.93 0.52
Hex F7 14 F6 0 5C 0 3 12C 5D 34
Octal 367 24 366 0 134 0 3 454 135 64
Binary 11110111 10100 11110110 0 1011100 0 11 100101100 1011101 110100

Color Harmonies of #F714F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F714F6

Black with #F714F6

Text Example


Text Example

White with #F714F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F714F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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