Html Css Color HEX #F71CFF Magenta

📋 copy color: '#F71CFF'

red 247 ◦ green 28 ◦ blue 255

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

Shades of Magenta #F71CFF

Tints of Magenta #F71CFF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.28%

 BLUE value IS 255 (100% from 255) = 48.11%

R = 46.6%
G = 5.28%
B = 48.11%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F71CFF (or 0xF71CFF) is known color: Magenta. HEX triplet: F7, 1C and FF. RGB value is (247,28,255). Sum of RGB (Red+Green+Blue) = 247+28+255=530 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.60% from 530); Green value is 28 (11.33% from 255 or 5.28% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #F71CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71CFF is #08E300. Grayscale: #767676. Windows color (decimal): -582401 or 16719095. OLE color: 16719095.

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

Color convert

RGB 247 28 255 -
CMYK 0.03 0.89 0 0
HSL 297.89º 1% 0.55% -
HSV(B) 297.89º 0.89% 1% -
XYZ 56.82 27.82 96.98 -
YUV 119.36 204.55 219.04 -
System Red Green Blue C M Y K H S L
Decimal 247 28 255 0.03 0.89 0 0 297.89 1 0.55
Hex F7 1C FF 3 59 0 0 12A 64 37
Octal 367 34 377 3 131 0 0 452 144 67
Binary 11110111 11100 11111111 11 1011001 0 0 100101010 1100100 110111

Color Harmonies of #F71CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71CFF

Black with #F71CFF

Text Example


Text Example

White with #F71CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71CFF; }

 p { color: rgb(247,28,255); }

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

background-color css

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

 a { background-color: rgb(247,28,255); }

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

border-color css

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

 span { border-color: rgb(247,28,255); }

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