Html Css Color HEX #F726FB Magenta

📋 copy color: '#F726FB'

red 247 ◦ green 38 ◦ blue 251

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

Shades of Magenta #F726FB

Tints of Magenta #F726FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.83%

R = 46.08%
G = 7.09%
B = 46.83%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F726FB (or 0xF726FB) is known color: Magenta. HEX triplet: F7, 26 and FB. RGB value is (247,38,251). Sum of RGB (Red+Green+Blue) = 247+38+251=536 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.08% from 536); Green value is 38 (15.23% from 255 or 7.09% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #F726FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F726FB is #08D904. Grayscale: #7C7C7C. Windows color (decimal): -579845 or 16459511. OLE color: 16459511.

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

Color convert

RGB 247 38 251 -
CMYK 0.02 0.85 0 0.02
HSL 298.87º 0.96% 0.57% -
HSV(B) 298.87º 0.85% 0.98% -
XYZ 56.46 28.13 93.72 -
YUV 124.77 199.24 215.18 -
System Red Green Blue C M Y K H S L
Decimal 247 38 251 0.02 0.85 0 0.02 298.87 0.96 0.57
Hex F7 26 FB 2 55 0 2 12B 60 39
Octal 367 46 373 2 125 0 2 453 140 71
Binary 11110111 100110 11111011 10 1010101 0 10 100101011 1100000 111001

Color Harmonies of #F726FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F726FB

Black with #F726FB

Text Example


Text Example

White with #F726FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F726FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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