Html Css Color HEX #FA25F1 Magenta

📋 copy color: '#FA25F1'

red 250 ◦ green 37 ◦ blue 241

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

Shades of Magenta #FA25F1

Tints of Magenta #FA25F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.64%

R = 47.35%
G = 7.01%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA25F1 (or 0xFA25F1) is known color: Magenta. HEX triplet: FA, 25 and F1. RGB value is (250,37,241). Sum of RGB (Red+Green+Blue) = 250+37+241=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 37 (14.84% from 255 or 7.01% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FA25F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA25F1 is #05DA0E. Grayscale: #7B7B7B. Windows color (decimal): -383503 or 15803898. OLE color: 15803898.

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

Color convert

RGB 250 37 241 -
CMYK 0 0.85 0.04 0.02
HSL 302.54º 0.96% 0.56% -
HSV(B) 302.54º 0.85% 0.98% -
XYZ 55.96 28 85.67 -
YUV 123.94 194.07 217.91 -
System Red Green Blue C M Y K H S L
Decimal 250 37 241 0 0.85 0.04 0.02 302.54 0.96 0.56
Hex FA 25 F1 0 55 4 2 12F 60 38
Octal 372 45 361 0 125 4 2 457 140 70
Binary 11111010 100101 11110001 0 1010101 100 10 100101111 1100000 111000

Color Harmonies of #FA25F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA25F1

Black with #FA25F1

Text Example


Text Example

White with #FA25F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA25F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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