Html Css Color HEX #F71EFE Magenta

📋 copy color: '#F71EFE'

red 247 ◦ green 30 ◦ blue 254

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

Shades of Magenta #F71EFE

Tints of Magenta #F71EFE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.65%

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

R = 46.52%
G = 5.65%
B = 47.83%

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

#F71EFE (or 0xF71EFE) is known color: Magenta. HEX triplet: F7, 1E and FE. RGB value is (247,30,254). Sum of RGB (Red+Green+Blue) = 247+30+254=531 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.52% from 531); Green value is 30 (12.11% from 255 or 5.65% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #F71EFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71EFE is #08E101. Grayscale: #777777. Windows color (decimal): -581890 or 16654071. OLE color: 16654071.

HSL color Cylindrical-coordinate representation of color #F71EFE: 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 #F71EFE is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 247 30 254 -
CMYK 0.03 0.88 0 0.00
HSL 298.13º 0.99% 0.56% -
HSV(B) 298.13º 0.88% 1% -
XYZ 56.71 27.86 96.15 -
YUV 120.42 203.39 218.29 -
System Red Green Blue C M Y K H S L
Decimal 247 30 254 0.03 0.88 0 0.00 298.13 0.99 0.56
Hex F7 1E FE 3 58 0 0 12A 63 38
Octal 367 36 376 3 130 0 0 452 143 70
Binary 11110111 11110 11111110 11 1011000 0 0 100101010 1100011 111000

Color Harmonies of #F71EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71EFE

Black with #F71EFE

Text Example


Text Example

White with #F71EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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