Html Css Color HEX #FA07C8 Hot Magenta

📋 copy color: '#FA07C8'

red 250 ◦ green 7 ◦ blue 200

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

Shades of Hot Magenta #FA07C8

Tints of Hot Magenta #FA07C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.76%

R = 54.7%
G = 1.53%
B = 43.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#FA07C8 (or 0xFA07C8) is known color: Hot Magenta. HEX triplet: FA, 07 and C8. RGB value is (250,7,200). Sum of RGB (Red+Green+Blue) = 250+7+200=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 7 (3.12% from 255 or 1.53% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA07C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA07C8 is #05F837. Grayscale: #656565. Windows color (decimal): -391224 or 13109242. OLE color: 13109242.

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

Color convert

RGB 250 7 200 -
CMYK 0 0.97 0.2 0.02
HSL 312.35º 0.96% 0.5% -
HSV(B) 312.35º 0.97% 0.98% -
XYZ 49.93 24.65 56.77 -
YUV 101.66 183.51 233.81 -
System Red Green Blue C M Y K H S L
Decimal 250 7 200 0 0.97 0.2 0.02 312.35 0.96 0.5
Hex FA 7 C8 0 61 14 2 138 60 32
Octal 372 7 310 0 141 24 2 470 140 62
Binary 11111010 111 11001000 0 1100001 10100 10 100111000 1100000 110010

Color Harmonies of #FA07C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA07C8

Black with #FA07C8

Text Example


Text Example

White with #FA07C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA07C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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