Html Css Color HEX #F525FA Magenta

📋 copy color: '#F525FA'

red 245 ◦ green 37 ◦ blue 250

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

Shades of Magenta #F525FA

Tints of Magenta #F525FA

RGB

 RED value IS 245 (96.09% from 255) = 46.05%

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

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

R = 46.05%
G = 6.95%
B = 46.99%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F525FA (or 0xF525FA) is known color: Magenta. HEX triplet: F5, 25 and FA. RGB value is (245,37,250). Sum of RGB (Red+Green+Blue) = 245+37+250=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 37 (14.84% from 255 or 6.95% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #F525FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F525FA is #0ADA05. Grayscale: #7A7A7A. Windows color (decimal): -711174 or 16393717. OLE color: 16393717.

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

Color convert

RGB 245 37 250 -
CMYK 0.02 0.85 0 0.02
HSL 298.59º 0.96% 0.56% -
HSV(B) 298.59º 0.85% 0.98% -
XYZ 55.57 27.64 92.85 -
YUV 123.47 199.41 214.68 -
System Red Green Blue C M Y K H S L
Decimal 245 37 250 0.02 0.85 0 0.02 298.59 0.96 0.56
Hex F5 25 FA 2 55 0 2 12B 60 38
Octal 365 45 372 2 125 0 2 453 140 70
Binary 11110101 100101 11111010 10 1010101 0 10 100101011 1100000 111000

Color Harmonies of #F525FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F525FA

Black with #F525FA

Text Example


Text Example

White with #F525FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F525FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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