Html Css Color HEX #F71FFE Magenta

📋 copy color: '#F71FFE'

red 247 ◦ green 31 ◦ blue 254

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

Shades of Magenta #F71FFE

Tints of Magenta #F71FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.74%

R = 46.43%
G = 5.83%
B = 47.74%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F71FFE (or 0xF71FFE) is known color: Magenta. HEX triplet: F7, 1F and FE. RGB value is (247,31,254). Sum of RGB (Red+Green+Blue) = 247+31+254=532 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.43% from 532); Green value is 31 (12.5% from 255 or 5.83% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #F71FFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71FFE is #08E001. Grayscale: #787878. Windows color (decimal): -581634 or 16654327. OLE color: 16654327.

HSL color Cylindrical-coordinate representation of color #F71FFE: hue angle of 298.12º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71FFE is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 247 31 254 -
CMYK 0.03 0.88 0 0.00
HSL 298.12º 0.99% 0.56% -
HSV(B) 298.12º 0.88% 1% -
XYZ 56.74 27.91 96.16 -
YUV 121.01 203.06 217.87 -
System Red Green Blue C M Y K H S L
Decimal 247 31 254 0.03 0.88 0 0.00 298.12 0.99 0.56
Hex F7 1F FE 3 58 0 0 12A 63 38
Octal 367 37 376 3 130 0 0 452 143 70
Binary 11110111 11111 11111110 11 1011000 0 0 100101010 1100011 111000

Color Harmonies of #F71FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71FFE

Black with #F71FFE

Text Example


Text Example

White with #F71FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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