Html Css Color HEX #F716EA Magenta

📋 copy color: '#F716EA'

red 247 ◦ green 22 ◦ blue 234

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

Shades of Magenta #F716EA

Tints of Magenta #F716EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.52%

R = 49.11%
G = 4.37%
B = 46.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F716EA (or 0xF716EA) is known color: Magenta. HEX triplet: F7, 16 and EA. RGB value is (247,22,234). Sum of RGB (Red+Green+Blue) = 247+22+234=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 22 (8.98% from 255 or 4.37% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F716EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F716EA is #08E915. Grayscale: #707070. Windows color (decimal): -583958 or 15341303. OLE color: 15341303.

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

Color convert

RGB 247 22 234 -
CMYK 0 0.91 0.05 0.03
HSL 303.47º 0.93% 0.53% -
HSV(B) 303.47º 0.91% 0.97% -
XYZ 53.5 26.29 80.1 -
YUV 113.44 196.04 223.26 -
System Red Green Blue C M Y K H S L
Decimal 247 22 234 0 0.91 0.05 0.03 303.47 0.93 0.53
Hex F7 16 EA 0 5B 5 3 12F 5D 35
Octal 367 26 352 0 133 5 3 457 135 65
Binary 11110111 10110 11101010 0 1011011 101 11 100101111 1011101 110101

Color Harmonies of #F716EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F716EA

Black with #F716EA

Text Example


Text Example

White with #F716EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F716EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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