Html Css Color HEX #F725FE Magenta

📋 copy color: '#F725FE'

red 247 ◦ green 37 ◦ blue 254

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

Shades of Magenta #F725FE

Tints of Magenta #F725FE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 6.88%

 BLUE value IS 254 (99.61% from 255) = 47.21%

R = 45.91%
G = 6.88%
B = 47.21%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F725FE (or 0xF725FE) is known color: Magenta. HEX triplet: F7, 25 and FE. RGB value is (247,37,254). Sum of RGB (Red+Green+Blue) = 247+37+254=538 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.91% from 538); Green value is 37 (14.84% from 255 or 6.88% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #F725FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F725FE is #08DA01. Grayscale: #7B7B7B. Windows color (decimal): -580098 or 16655863. OLE color: 16655863.

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

Color convert

RGB 247 37 254 -
CMYK 0.03 0.85 0 0.00
HSL 298.06º 0.99% 0.57% -
HSV(B) 298.06º 0.85% 1% -
XYZ 56.91 28.25 96.22 -
YUV 124.53 201.07 215.36 -
System Red Green Blue C M Y K H S L
Decimal 247 37 254 0.03 0.85 0 0.00 298.06 0.99 0.57
Hex F7 25 FE 3 55 0 0 12A 63 39
Octal 367 45 376 3 125 0 0 452 143 71
Binary 11110111 100101 11111110 11 1010101 0 0 100101010 1100011 111001

Color Harmonies of #F725FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F725FE

Black with #F725FE

Text Example


Text Example

White with #F725FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F725FE; }

 p { color: rgb(247,37,254); }

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

background-color css

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

 a { background-color: rgb(247,37,254); }

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

border-color css

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

 span { border-color: rgb(247,37,254); }

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