Html Css Color HEX #FA00C7 Hot Magenta

📋 copy color: '#FA00C7'

red 250 ◦ green 0 ◦ blue 199

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

Shades of Hot Magenta #FA00C7

Tints of Hot Magenta #FA00C7

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 199 (78.13% from 255) = 44.32%

R = 55.68%
G = 0%
B = 44.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FA00C7 (or 0xFA00C7) is known color: Hot Magenta. HEX triplet: FA, 00 and C7. RGB value is (250,0,199). Sum of RGB (Red+Green+Blue) = 250+0+199=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 0 (0.39% from 255 or 0% from 449); Blue value is 199 (78.12% from 255 or 44.32% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA00C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA00C7 is #05FF38. Grayscale: #606060. Windows color (decimal): -393017 or 13041914. OLE color: 13041914.

HSL color Cylindrical-coordinate representation of color #FA00C7: hue angle of 312.24º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA00C7 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 0 199 -
CMYK 0 1 0.20 0.02
HSL 312.24º 1% 0.49% -
HSV(B) 312.24º 1% 0.98% -
XYZ 49.73 24.45 56.13 -
YUV 97.44 185.33 236.82 -
System Red Green Blue C M Y K H S L
Decimal 250 0 199 0 1 0.20 0.02 312.24 1 0.49
Hex FA 0 C7 0 64 14 2 138 64 31
Octal 372 0 307 0 144 24 2 470 144 61
Binary 11111010 0 11000111 0 1100100 10100 10 100111000 1100100 110001

Color Harmonies of #FA00C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA00C7

Black with #FA00C7

Text Example


Text Example

White with #FA00C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA00C7; }

 p { color: rgb(250,0,199); }

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

background-color css

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

 a { background-color: rgb(250,0,199); }

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

border-color css

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

 span { border-color: rgb(250,0,199); }

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