Html Css Color HEX #F71BED Magenta

📋 copy color: '#F71BED'

red 247 ◦ green 27 ◦ blue 237

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

Shades of Magenta #F71BED

Tints of Magenta #F71BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.38%

R = 48.34%
G = 5.28%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F71BED (or 0xF71BED) is known color: Magenta. HEX triplet: F7, 1B and ED. RGB value is (247,27,237). Sum of RGB (Red+Green+Blue) = 247+27+237=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 27 (10.94% from 255 or 5.28% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F71BED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71BED is #08E412. Grayscale: #747474. Windows color (decimal): -582675 or 15539191. OLE color: 15539191.

HSL color Cylindrical-coordinate representation of color #F71BED: hue angle of 302.73º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F71BED is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 27 237 -
CMYK 0 0.89 0.04 0.03
HSL 302.73º 0.93% 0.54% -
HSV(B) 302.73º 0.89% 0.97% -
XYZ 54.04 26.67 82.42 -
YUV 116.72 195.89 220.92 -
System Red Green Blue C M Y K H S L
Decimal 247 27 237 0 0.89 0.04 0.03 302.73 0.93 0.54
Hex F7 1B ED 0 59 4 3 12F 5D 36
Octal 367 33 355 0 131 4 3 457 135 66
Binary 11110111 11011 11101101 0 1011001 100 11 100101111 1011101 110110

Color Harmonies of #F71BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71BED

Black with #F71BED

Text Example


Text Example

White with #F71BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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