Html Css Color HEX #F716FA Magenta

📋 copy color: '#F716FA'

red 247 ◦ green 22 ◦ blue 250

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

Shades of Magenta #F716FA

Tints of Magenta #F716FA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.24%

 BLUE value IS 250 (98.05% from 255) = 48.17%

R = 47.59%
G = 4.24%
B = 48.17%

CMYK

 C value IS 0.01

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F716FA (or 0xF716FA) is known color: Magenta. HEX triplet: F7, 16 and FA. RGB value is (247,22,250). Sum of RGB (Red+Green+Blue) = 247+22+250=519 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.59% from 519); Green value is 22 (8.98% from 255 or 4.24% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #F716FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F716FA is #08E905. Grayscale: #727272. Windows color (decimal): -583942 or 16389879. OLE color: 16389879.

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

Color convert

RGB 247 22 250 -
CMYK 0.01 0.91 0 0.02
HSL 299.21º 0.96% 0.53% -
HSV(B) 299.21º 0.91% 0.98% -
XYZ 55.9 27.25 92.76 -
YUV 115.27 204.04 221.96 -
System Red Green Blue C M Y K H S L
Decimal 247 22 250 0.01 0.91 0 0.02 299.21 0.96 0.53
Hex F7 16 FA 1 5B 0 2 12B 60 35
Octal 367 26 372 1 133 0 2 453 140 65
Binary 11110111 10110 11111010 1 1011011 0 10 100101011 1100000 110101

Color Harmonies of #F716FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F716FA

Black with #F716FA

Text Example


Text Example

White with #F716FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F716FA; }

 p { color: rgb(247,22,250); }

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

background-color css

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

 a { background-color: rgb(247,22,250); }

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

border-color css

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

 span { border-color: rgb(247,22,250); }

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