Html Css Color HEX #F71DFB Magenta

📋 copy color: '#F71DFB'

red 247 ◦ green 29 ◦ blue 251

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

Shades of Magenta #F71DFB

Tints of Magenta #F71DFB

RGB

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

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

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

R = 46.87%
G = 5.5%
B = 47.63%

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

#F71DFB (or 0xF71DFB) is known color: Magenta. HEX triplet: F7, 1D and FB. RGB value is (247,29,251). Sum of RGB (Red+Green+Blue) = 247+29+251=527 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.87% from 527); Green value is 29 (11.72% from 255 or 5.50% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #F71DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71DFB is #08E204. Grayscale: #767676. Windows color (decimal): -582149 or 16457207. OLE color: 16457207.

HSL color Cylindrical-coordinate representation of color #F71DFB: hue angle of 298.92º degrees, saturation: 0.97, 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 #F71DFB is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 247 29 251 -
CMYK 0.02 0.88 0 0.02
HSL 298.92º 0.97% 0.55% -
HSV(B) 298.92º 0.88% 0.98% -
XYZ 56.21 27.62 93.64 -
YUV 119.49 202.22 218.95 -
System Red Green Blue C M Y K H S L
Decimal 247 29 251 0.02 0.88 0 0.02 298.92 0.97 0.55
Hex F7 1D FB 2 58 0 2 12B 61 37
Octal 367 35 373 2 130 0 2 453 141 67
Binary 11110111 11101 11111011 10 1011000 0 10 100101011 1100001 110111

Color Harmonies of #F71DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71DFB

Black with #F71DFB

Text Example


Text Example

White with #F71DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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