Html Css Color HEX #F71EFC Magenta

📋 copy color: '#F71EFC'

red 247 ◦ green 30 ◦ blue 252

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

Shades of Magenta #F71EFC

Tints of Magenta #F71EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.64%

R = 46.69%
G = 5.67%
B = 47.64%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F71EFC (or 0xF71EFC) is known color: Magenta. HEX triplet: F7, 1E and FC. RGB value is (247,30,252). Sum of RGB (Red+Green+Blue) = 247+30+252=529 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.69% from 529); Green value is 30 (12.11% from 255 or 5.67% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #F71EFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71EFC is #08E103. Grayscale: #777777. Windows color (decimal): -581892 or 16522999. OLE color: 16522999.

HSL color Cylindrical-coordinate representation of color #F71EFC: hue angle of 298.65º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71EFC is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 247 30 252 -
CMYK 0.02 0.88 0 0.01
HSL 298.65º 0.97% 0.55% -
HSV(B) 298.65º 0.88% 0.99% -
XYZ 56.39 27.73 94.48 -
YUV 120.19 202.39 218.45 -
System Red Green Blue C M Y K H S L
Decimal 247 30 252 0.02 0.88 0 0.01 298.65 0.97 0.55
Hex F7 1E FC 2 58 0 1 12B 61 37
Octal 367 36 374 2 130 0 1 453 141 67
Binary 11110111 11110 11111100 10 1011000 0 1 100101011 1100001 110111

Color Harmonies of #F71EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71EFC

Black with #F71EFC

Text Example


Text Example

White with #F71EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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