Html Css Color HEX #F725FC Magenta

📋 copy color: '#F725FC'

red 247 ◦ green 37 ◦ blue 252

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

Shades of Magenta #F725FC

Tints of Magenta #F725FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.01%

R = 46.08%
G = 6.9%
B = 47.01%

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

#F725FC (or 0xF725FC) is known color: Magenta. HEX triplet: F7, 25 and FC. RGB value is (247,37,252). Sum of RGB (Red+Green+Blue) = 247+37+252=536 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.08% from 536); Green value is 37 (14.84% from 255 or 6.90% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #F725FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F725FC is #08DA03. Grayscale: #7B7B7B. Windows color (decimal): -580100 or 16524791. OLE color: 16524791.

HSL color Cylindrical-coordinate representation of color #F725FC: hue angle of 298.6º degrees, saturation: 0.97, 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 #F725FC is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 247 37 252 -
CMYK 0.02 0.85 0 0.01
HSL 298.6º 0.97% 0.57% -
HSV(B) 298.6º 0.85% 0.99% -
XYZ 56.59 28.13 94.54 -
YUV 124.3 200.07 215.52 -
System Red Green Blue C M Y K H S L
Decimal 247 37 252 0.02 0.85 0 0.01 298.6 0.97 0.57
Hex F7 25 FC 2 55 0 1 12B 61 39
Octal 367 45 374 2 125 0 1 453 141 71
Binary 11110111 100101 11111100 10 1010101 0 1 100101011 1100001 111001

Color Harmonies of #F725FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F725FC

Black with #F725FC

Text Example


Text Example

White with #F725FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F725FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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