Html Css Color HEX #FA07CE Hot Magenta

📋 copy color: '#FA07CE'

red 250 ◦ green 7 ◦ blue 206

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

Shades of Hot Magenta #FA07CE

Tints of Hot Magenta #FA07CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.49%

R = 54%
G = 1.51%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA07CE (or 0xFA07CE) is known color: Hot Magenta. HEX triplet: FA, 07 and CE. RGB value is (250,7,206). Sum of RGB (Red+Green+Blue) = 250+7+206=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 7 (3.12% from 255 or 1.51% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA07CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA07CE is #05F831. Grayscale: #656565. Windows color (decimal): -391218 or 13502458. OLE color: 13502458.

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

Color convert

RGB 250 7 206 -
CMYK 0 0.97 0.18 0.02
HSL 310.86º 0.96% 0.5% -
HSV(B) 310.86º 0.97% 0.98% -
XYZ 50.64 24.93 60.54 -
YUV 102.34 186.51 233.32 -
System Red Green Blue C M Y K H S L
Decimal 250 7 206 0 0.97 0.18 0.02 310.86 0.96 0.5
Hex FA 7 CE 0 61 12 2 137 60 32
Octal 372 7 316 0 141 22 2 467 140 62
Binary 11111010 111 11001110 0 1100001 10010 10 100110111 1100000 110010

Color Harmonies of #FA07CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA07CE

Black with #FA07CE

Text Example


Text Example

White with #FA07CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA07CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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