Html Css Color HEX #F726FD Magenta

📋 copy color: '#F726FD'

red 247 ◦ green 38 ◦ blue 253

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

Shades of Magenta #F726FD

Tints of Magenta #F726FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.03%

R = 45.91%
G = 7.06%
B = 47.03%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F726FD (or 0xF726FD) is known color: Magenta. HEX triplet: F7, 26 and FD. RGB value is (247,38,253). Sum of RGB (Red+Green+Blue) = 247+38+253=538 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.91% from 538); Green value is 38 (15.23% from 255 or 7.06% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #F726FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F726FD is #08D902. Grayscale: #7C7C7C. Windows color (decimal): -579843 or 16590583. OLE color: 16590583.

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

Color convert

RGB 247 38 253 -
CMYK 0.02 0.85 0 0.01
HSL 298.33º 0.98% 0.57% -
HSV(B) 298.33º 0.85% 0.99% -
XYZ 56.78 28.25 95.39 -
YUV 125 200.24 215.02 -
System Red Green Blue C M Y K H S L
Decimal 247 38 253 0.02 0.85 0 0.01 298.33 0.98 0.57
Hex F7 26 FD 2 55 0 1 12A 62 39
Octal 367 46 375 2 125 0 1 452 142 71
Binary 11110111 100110 11111101 10 1010101 0 1 100101010 1100010 111001

Color Harmonies of #F726FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F726FD

Black with #F726FD

Text Example


Text Example

White with #F726FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F726FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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