Html Css Color HEX #FA07F9 Magenta

📋 copy color: '#FA07F9'

red 250 ◦ green 7 ◦ blue 249

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

Shades of Magenta #FA07F9

Tints of Magenta #FA07F9

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.38%

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

R = 49.41%
G = 1.38%
B = 49.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FA07F9 (or 0xFA07F9) is known color: Magenta. HEX triplet: FA, 07 and F9. RGB value is (250,7,249). Sum of RGB (Red+Green+Blue) = 250+7+249=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 7 (3.12% from 255 or 1.38% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA07F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA07F9 is #05F806. Grayscale: #6A6A6A. Windows color (decimal): -391175 or 16320506. OLE color: 16320506.

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

Color convert

RGB 250 7 249 -
CMYK 0 0.97 0.00 0.02
HSL 300.25º 0.96% 0.5% -
HSV(B) 300.25º 0.97% 0.98% -
XYZ 56.6 27.32 91.91 -
YUV 107.25 208.01 229.82 -
System Red Green Blue C M Y K H S L
Decimal 250 7 249 0 0.97 0.00 0.02 300.25 0.96 0.5
Hex FA 7 F9 0 61 0 2 12C 60 32
Octal 372 7 371 0 141 0 2 454 140 62
Binary 11111010 111 11111001 0 1100001 0 10 100101100 1100000 110010

Color Harmonies of #FA07F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA07F9

Black with #FA07F9

Text Example


Text Example

White with #FA07F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA07F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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