Html Css Color HEX #F71DFE Magenta

📋 copy color: '#F71DFE'

red 247 ◦ green 29 ◦ blue 254

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

Shades of Magenta #F71DFE

Tints of Magenta #F71DFE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.47%

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

R = 46.6%
G = 5.47%
B = 47.92%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F71DFE (or 0xF71DFE) is known color: Magenta. HEX triplet: F7, 1D and FE. RGB value is (247,29,254). Sum of RGB (Red+Green+Blue) = 247+29+254=530 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.60% from 530); Green value is 29 (11.72% from 255 or 5.47% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #F71DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71DFE is #08E201. Grayscale: #777777. Windows color (decimal): -582146 or 16653815. OLE color: 16653815.

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

Color convert

RGB 247 29 254 -
CMYK 0.03 0.89 0 0.00
HSL 298.13º 0.99% 0.55% -
HSV(B) 298.13º 0.89% 1% -
XYZ 56.69 27.81 96.15 -
YUV 119.83 203.72 218.7 -
System Red Green Blue C M Y K H S L
Decimal 247 29 254 0.03 0.89 0 0.00 298.13 0.99 0.55
Hex F7 1D FE 3 59 0 0 12A 63 37
Octal 367 35 376 3 131 0 0 452 143 67
Binary 11110111 11101 11111110 11 1011001 0 0 100101010 1100011 110111

Color Harmonies of #F71DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71DFE

Black with #F71DFE

Text Example


Text Example

White with #F71DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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