Html Css Color HEX #F71FFB Magenta

📋 copy color: '#F71FFB'

red 247 ◦ green 31 ◦ blue 251

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

Shades of Magenta #F71FFB

Tints of Magenta #F71FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.45%

R = 46.69%
G = 5.86%
B = 47.45%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F71FFB (or 0xF71FFB) is known color: Magenta. HEX triplet: F7, 1F and FB. RGB value is (247,31,251). Sum of RGB (Red+Green+Blue) = 247+31+251=529 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.69% from 529); Green value is 31 (12.5% from 255 or 5.86% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #F71FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71FFB is #08E004. Grayscale: #777777. Windows color (decimal): -581637 or 16457719. OLE color: 16457719.

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

Color convert

RGB 247 31 251 -
CMYK 0.02 0.88 0 0.02
HSL 298.91º 0.96% 0.55% -
HSV(B) 298.91º 0.88% 0.98% -
XYZ 56.26 27.72 93.65 -
YUV 120.66 201.56 218.11 -
System Red Green Blue C M Y K H S L
Decimal 247 31 251 0.02 0.88 0 0.02 298.91 0.96 0.55
Hex F7 1F FB 2 58 0 2 12B 60 37
Octal 367 37 373 2 130 0 2 453 140 67
Binary 11110111 11111 11111011 10 1011000 0 10 100101011 1100000 110111

Color Harmonies of #F71FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71FFB

Black with #F71FFB

Text Example


Text Example

White with #F71FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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