Html Css Color HEX #F731FF Magenta

📋 copy color: '#F731FF'

red 247 ◦ green 49 ◦ blue 255

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

Shades of Magenta #F731FF

Tints of Magenta #F731FF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 8.89%

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

R = 44.83%
G = 8.89%
B = 46.28%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F731FF (or 0xF731FF) is known color: Magenta. HEX triplet: F7, 31 and FF. RGB value is (247,49,255). Sum of RGB (Red+Green+Blue) = 247+49+255=551 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.83% from 551); Green value is 49 (19.53% from 255 or 8.89% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #F731FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F731FF is #08CE00. Grayscale: #838383. Windows color (decimal): -577025 or 16724471. OLE color: 16724471.

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

Color convert

RGB 247 49 255 -
CMYK 0.03 0.81 0 0
HSL 297.67º 1% 0.6% -
HSV(B) 297.67º 0.81% 1% -
XYZ 57.51 29.19 97.21 -
YUV 131.69 197.6 210.25 -
System Red Green Blue C M Y K H S L
Decimal 247 49 255 0.03 0.81 0 0 297.67 1 0.6
Hex F7 31 FF 3 51 0 0 12A 64 3C
Octal 367 61 377 3 121 0 0 452 144 74
Binary 11110111 110001 11111111 11 1010001 0 0 100101010 1100100 111100

Color Harmonies of #F731FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F731FF

Black with #F731FF

Text Example


Text Example

White with #F731FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F731FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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