Html Css Color HEX #FA07E5 Hot Magenta

📋 copy color: '#FA07E5'

red 250 ◦ green 7 ◦ blue 229

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

Shades of Hot Magenta #FA07E5

Tints of Hot Magenta #FA07E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.12%

R = 51.44%
G = 1.44%
B = 47.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA07E5 (or 0xFA07E5) is known color: Hot Magenta. HEX triplet: FA, 07 and E5. RGB value is (250,7,229). Sum of RGB (Red+Green+Blue) = 250+7+229=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 7 (3.12% from 255 or 1.44% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA07E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA07E5 is #05F81A. Grayscale: #686868. Windows color (decimal): -391195 or 15009786. OLE color: 15009786.

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

Color convert

RGB 250 7 229 -
CMYK 0 0.97 0.08 0.02
HSL 305.19º 0.96% 0.5% -
HSV(B) 305.19º 0.97% 0.98% -
XYZ 53.64 26.13 76.35 -
YUV 104.97 198.01 231.45 -
System Red Green Blue C M Y K H S L
Decimal 250 7 229 0 0.97 0.08 0.02 305.19 0.96 0.5
Hex FA 7 E5 0 61 8 2 131 60 32
Octal 372 7 345 0 141 10 2 461 140 62
Binary 11111010 111 11100101 0 1100001 1000 10 100110001 1100000 110010

Color Harmonies of #FA07E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA07E5

Black with #FA07E5

Text Example


Text Example

White with #FA07E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA07E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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