Html Css Color HEX #FA07F7 Magenta

📋 copy color: '#FA07F7'

red 250 ◦ green 7 ◦ blue 247

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

Shades of Magenta #FA07F7

Tints of Magenta #FA07F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.01%

R = 49.6%
G = 1.39%
B = 49.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FA07F7 (or 0xFA07F7) is known color: Magenta. HEX triplet: FA, 07 and F7. RGB value is (250,7,247). Sum of RGB (Red+Green+Blue) = 250+7+247=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 7 (3.12% from 255 or 1.39% from 504); Blue value is 247 (96.88% from 255 or 49.01% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA07F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA07F7 is #05F808. Grayscale: #6A6A6A. Windows color (decimal): -391177 or 16189434. OLE color: 16189434.

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

Color convert

RGB 250 7 247 -
CMYK 0 0.97 0.01 0.02
HSL 300.74º 0.96% 0.5% -
HSV(B) 300.74º 0.97% 0.98% -
XYZ 56.29 27.19 90.28 -
YUV 107.02 207.01 229.99 -
System Red Green Blue C M Y K H S L
Decimal 250 7 247 0 0.97 0.01 0.02 300.74 0.96 0.5
Hex FA 7 F7 0 61 1 2 12D 60 32
Octal 372 7 367 0 141 1 2 455 140 62
Binary 11111010 111 11110111 0 1100001 1 10 100101101 1100000 110010

Color Harmonies of #FA07F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA07F7

Black with #FA07F7

Text Example


Text Example

White with #FA07F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA07F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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