Html Css Color HEX #FA25F5 Magenta

📋 copy color: '#FA25F5'

red 250 ◦ green 37 ◦ blue 245

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

Shades of Magenta #FA25F5

Tints of Magenta #FA25F5

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

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

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

Color convert

RGB 250 37 245 -
CMYK 0 0.85 0.02 0.02
HSL 301.41º 0.96% 0.56% -
HSV(B) 301.41º 0.85% 0.98% -
XYZ 56.57 28.24 88.86 -
YUV 124.4 196.07 217.59 -
System Red Green Blue C M Y K H S L
Decimal 250 37 245 0 0.85 0.02 0.02 301.41 0.96 0.56
Hex FA 25 F5 0 55 2 2 12D 60 38
Octal 372 45 365 0 125 2 2 455 140 70
Binary 11111010 100101 11110101 0 1010101 10 10 100101101 1100000 111000

Color Harmonies of #FA25F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA25F5

Black with #FA25F5

Text Example


Text Example

White with #FA25F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA25F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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