Html Css Color HEX #F71BFB Magenta

📋 copy color: '#F71BFB'

red 247 ◦ green 27 ◦ blue 251

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

Shades of Magenta #F71BFB

Tints of Magenta #F71BFB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.14%

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

R = 47.05%
G = 5.14%
B = 47.81%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F71BFB (or 0xF71BFB) is known color: Magenta. HEX triplet: F7, 1B and FB. RGB value is (247,27,251). Sum of RGB (Red+Green+Blue) = 247+27+251=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 27 (10.94% from 255 or 5.14% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #F71BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71BFB is #08E404. Grayscale: #757575. Windows color (decimal): -582661 or 16456695. OLE color: 16456695.

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

Color convert

RGB 247 27 251 -
CMYK 0.02 0.89 0 0.02
HSL 298.93º 0.97% 0.55% -
HSV(B) 298.93º 0.89% 0.98% -
XYZ 56.16 27.52 93.62 -
YUV 118.32 202.89 219.79 -
System Red Green Blue C M Y K H S L
Decimal 247 27 251 0.02 0.89 0 0.02 298.93 0.97 0.55
Hex F7 1B FB 2 59 0 2 12B 61 37
Octal 367 33 373 2 131 0 2 453 141 67
Binary 11110111 11011 11111011 10 1011001 0 10 100101011 1100001 110111

Color Harmonies of #F71BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71BFB

Black with #F71BFB

Text Example


Text Example

White with #F71BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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