Html Css Color HEX #FA28F9 Magenta

📋 copy color: '#FA28F9'

red 250 ◦ green 40 ◦ blue 249

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

Shades of Magenta #FA28F9

Tints of Magenta #FA28F9

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.42%

 BLUE value IS 249 (97.66% from 255) = 46.2%

R = 46.38%
G = 7.42%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FA28F9 (or 0xFA28F9) is known color: Magenta. HEX triplet: FA, 28 and F9. RGB value is (250,40,249). Sum of RGB (Red+Green+Blue) = 250+40+249=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 40 (16.02% from 255 or 7.42% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FA28F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA28F9 is #05D706. Grayscale: #7D7D7D. Windows color (decimal): -382727 or 16328954. OLE color: 16328954.

HSL color Cylindrical-coordinate representation of color #FA28F9: hue angle of 300.29º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA28F9 is Cyan = 0, Magento = 0.84, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 40 249 -
CMYK 0 0.84 0.00 0.02
HSL 300.29º 0.95% 0.57% -
HSV(B) 300.29º 0.84% 0.98% -
XYZ 57.28 28.68 92.14 -
YUV 126.62 197.07 216.01 -
System Red Green Blue C M Y K H S L
Decimal 250 40 249 0 0.84 0.00 0.02 300.29 0.95 0.57
Hex FA 28 F9 0 54 0 2 12C 5F 39
Octal 372 50 371 0 124 0 2 454 137 71
Binary 11111010 101000 11111001 0 1010100 0 10 100101100 1011111 111001

Color Harmonies of #FA28F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA28F9

Black with #FA28F9

Text Example


Text Example

White with #FA28F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA28F9; }

 p { color: rgb(250,40,249); }

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

background-color css

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

 a { background-color: rgb(250,40,249); }

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

border-color css

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

 span { border-color: rgb(250,40,249); }

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