Html Css Color HEX #F725FA Magenta

📋 copy color: '#F725FA'

red 247 ◦ green 37 ◦ blue 250

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

Shades of Magenta #F725FA

Tints of Magenta #F725FA

RGB

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

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

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

R = 46.25%
G = 6.93%
B = 46.82%

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

#F725FA (or 0xF725FA) is known color: Magenta. HEX triplet: F7, 25 and FA. RGB value is (247,37,250). Sum of RGB (Red+Green+Blue) = 247+37+250=534 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.25% from 534); Green value is 37 (14.84% from 255 or 6.93% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #F725FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F725FA is #08DA05. Grayscale: #7B7B7B. Windows color (decimal): -580102 or 16393719. OLE color: 16393719.

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

Color convert

RGB 247 37 250 -
CMYK 0.01 0.85 0 0.02
HSL 299.15º 0.96% 0.56% -
HSV(B) 299.15º 0.85% 0.98% -
XYZ 56.27 28 92.88 -
YUV 124.07 199.07 215.68 -
System Red Green Blue C M Y K H S L
Decimal 247 37 250 0.01 0.85 0 0.02 299.15 0.96 0.56
Hex F7 25 FA 1 55 0 2 12B 60 38
Octal 367 45 372 1 125 0 2 453 140 70
Binary 11110111 100101 11111010 1 1010101 0 10 100101011 1100000 111000

Color Harmonies of #F725FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F725FA

Black with #F725FA

Text Example


Text Example

White with #F725FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F725FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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