Html Css Color HEX #F713F6 Magenta

📋 copy color: '#F713F6'

red 247 ◦ green 19 ◦ blue 246

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

Shades of Magenta #F713F6

Tints of Magenta #F713F6

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.71%

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

R = 48.24%
G = 3.71%
B = 48.05%

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

#F713F6 (or 0xF713F6) is known color: Magenta. HEX triplet: F7, 13 and F6. RGB value is (247,19,246). Sum of RGB (Red+Green+Blue) = 247+19+246=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 19 (7.81% from 255 or 3.71% from 512); Blue value is 246 (96.48% from 255 or 48.05% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F713F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F713F6 is #08EC09. Grayscale: #707070. Windows color (decimal): -584714 or 16126967. OLE color: 16126967.

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

Color convert

RGB 247 19 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.23 26.89 89.47 -
YUV 113.05 203.04 223.54 -
System Red Green Blue C M Y K H S L
Decimal 247 19 246 0 0.92 0.00 0.03 300.26 0.93 0.52
Hex F7 13 F6 0 5C 0 3 12C 5D 34
Octal 367 23 366 0 134 0 3 454 135 64
Binary 11110111 10011 11110110 0 1011100 0 11 100101100 1011101 110100

Color Harmonies of #F713F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F713F6

Black with #F713F6

Text Example


Text Example

White with #F713F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F713F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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