Html Css Color HEX #F71FEF Magenta

📋 copy color: '#F71FEF'

red 247 ◦ green 31 ◦ blue 239

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

Shades of Magenta #F71FEF

Tints of Magenta #F71FEF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6%

 BLUE value IS 239 (93.75% from 255) = 46.23%

R = 47.78%
G = 6%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F71FEF (or 0xF71FEF) is known color: Magenta. HEX triplet: F7, 1F and EF. RGB value is (247,31,239). Sum of RGB (Red+Green+Blue) = 247+31+239=517 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.78% from 517); Green value is 31 (12.5% from 255 or 6.00% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 247 - color contains mainly: red. Hex color #F71FEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71FEF is #08E010. Grayscale: #767676. Windows color (decimal): -581649 or 15671287. OLE color: 15671287.

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

Color convert

RGB 247 31 239 -
CMYK 0 0.87 0.03 0.03
HSL 302.22º 0.93% 0.55% -
HSV(B) 302.22º 0.87% 0.97% -
XYZ 54.43 26.99 84 -
YUV 119.3 195.56 219.09 -
System Red Green Blue C M Y K H S L
Decimal 247 31 239 0 0.87 0.03 0.03 302.22 0.93 0.55
Hex F7 1F EF 0 57 3 3 12E 5D 37
Octal 367 37 357 0 127 3 3 456 135 67
Binary 11110111 11111 11101111 0 1010111 11 11 100101110 1011101 110111

Color Harmonies of #F71FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71FEF

Black with #F71FEF

Text Example


Text Example

White with #F71FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71FEF; }

 p { color: rgb(247,31,239); }

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

background-color css

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

 a { background-color: rgb(247,31,239); }

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

border-color css

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

 span { border-color: rgb(247,31,239); }

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