Html Css Color HEX #F713FC Magenta

📋 copy color: '#F713FC'

red 247 ◦ green 19 ◦ blue 252

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

Shades of Magenta #F713FC

Tints of Magenta #F713FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.65%

R = 47.68%
G = 3.67%
B = 48.65%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F713FC (or 0xF713FC) is known color: Magenta. HEX triplet: F7, 13 and FC. RGB value is (247,19,252). Sum of RGB (Red+Green+Blue) = 247+19+252=518 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.68% from 518); Green value is 19 (7.81% from 255 or 3.67% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #F713FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F713FC is #08EC03. Grayscale: #717171. Windows color (decimal): -584708 or 16520183. OLE color: 16520183.

HSL color Cylindrical-coordinate representation of color #F713FC: hue angle of 298.71º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F713FC is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 247 19 252 -
CMYK 0.02 0.92 0 0.01
HSL 298.71º 0.97% 0.53% -
HSV(B) 298.71º 0.92% 0.99% -
XYZ 56.16 27.27 94.4 -
YUV 113.73 206.04 223.05 -
System Red Green Blue C M Y K H S L
Decimal 247 19 252 0.02 0.92 0 0.01 298.71 0.97 0.53
Hex F7 13 FC 2 5C 0 1 12B 61 35
Octal 367 23 374 2 134 0 1 453 141 65
Binary 11110111 10011 11111100 10 1011100 0 1 100101011 1100001 110101

Color Harmonies of #F713FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F713FC

Black with #F713FC

Text Example


Text Example

White with #F713FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F713FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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