Html Css Color HEX #F726FF Magenta

📋 copy color: '#F726FF'

red 247 ◦ green 38 ◦ blue 255

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

Shades of Magenta #F726FF

Tints of Magenta #F726FF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.04%

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

R = 45.74%
G = 7.04%
B = 47.22%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F726FF (or 0xF726FF) is known color: Magenta. HEX triplet: F7, 26 and FF. RGB value is (247,38,255). Sum of RGB (Red+Green+Blue) = 247+38+255=540 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.74% from 540); Green value is 38 (15.23% from 255 or 7.04% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #F726FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F726FF is #08D900. Grayscale: #7C7C7C. Windows color (decimal): -579841 or 16721655. OLE color: 16721655.

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

Color convert

RGB 247 38 255 -
CMYK 0.03 0.85 0 0
HSL 297.79º 1% 0.57% -
HSV(B) 297.79º 0.85% 1% -
XYZ 57.1 28.38 97.08 -
YUV 125.23 201.24 214.86 -
System Red Green Blue C M Y K H S L
Decimal 247 38 255 0.03 0.85 0 0 297.79 1 0.57
Hex F7 26 FF 3 55 0 0 12A 64 39
Octal 367 46 377 3 125 0 0 452 144 71
Binary 11110111 100110 11111111 11 1010101 0 0 100101010 1100100 111001

Color Harmonies of #F726FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F726FF

Black with #F726FF

Text Example


Text Example

White with #F726FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F726FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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