Html Css Color HEX #F726FA Magenta

📋 copy color: '#F726FA'

red 247 ◦ green 38 ◦ blue 250

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

Shades of Magenta #F726FA

Tints of Magenta #F726FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.73%

R = 46.17%
G = 7.1%
B = 46.73%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F726FA (or 0xF726FA) is known color: Magenta. HEX triplet: F7, 26 and FA. RGB value is (247,38,250). Sum of RGB (Red+Green+Blue) = 247+38+250=535 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.17% from 535); Green value is 38 (15.23% from 255 or 7.10% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #F726FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F726FA is #08D905. Grayscale: #7C7C7C. Windows color (decimal): -579846 or 16393975. OLE color: 16393975.

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

Color convert

RGB 247 38 250 -
CMYK 0.01 0.85 0 0.02
HSL 299.15º 0.95% 0.56% -
HSV(B) 299.15º 0.85% 0.98% -
XYZ 56.31 28.06 92.89 -
YUV 124.66 198.74 215.26 -
System Red Green Blue C M Y K H S L
Decimal 247 38 250 0.01 0.85 0 0.02 299.15 0.95 0.56
Hex F7 26 FA 1 55 0 2 12B 5F 38
Octal 367 46 372 1 125 0 2 453 137 70
Binary 11110111 100110 11111010 1 1010101 0 10 100101011 1011111 111000

Color Harmonies of #F726FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F726FA

Black with #F726FA

Text Example


Text Example

White with #F726FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F726FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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