Html Css Color HEX #F71BEE Magenta

📋 copy color: '#F71BEE'

red 247 ◦ green 27 ◦ blue 238

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

Shades of Magenta #F71BEE

Tints of Magenta #F71BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.48%

R = 48.24%
G = 5.27%
B = 46.48%

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

#F71BEE (or 0xF71BEE) is known color: Magenta. HEX triplet: F7, 1B and EE. RGB value is (247,27,238). Sum of RGB (Red+Green+Blue) = 247+27+238=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 27 (10.94% from 255 or 5.27% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F71BEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71BEE is #08E411. Grayscale: #747474. Windows color (decimal): -582674 or 15604727. OLE color: 15604727.

HSL color Cylindrical-coordinate representation of color #F71BEE: hue angle of 302.45º 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 #F71BEE is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 27 238 -
CMYK 0 0.89 0.04 0.03
HSL 302.45º 0.93% 0.54% -
HSV(B) 302.45º 0.89% 0.97% -
XYZ 54.18 26.73 83.19 -
YUV 116.83 196.39 220.84 -
System Red Green Blue C M Y K H S L
Decimal 247 27 238 0 0.89 0.04 0.03 302.45 0.93 0.54
Hex F7 1B EE 0 59 4 3 12E 5D 36
Octal 367 33 356 0 131 4 3 456 135 66
Binary 11110111 11011 11101110 0 1011001 100 11 100101110 1011101 110110

Color Harmonies of #F71BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71BEE

Black with #F71BEE

Text Example


Text Example

White with #F71BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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