Html Css Color HEX #FA06E1 Hot Magenta

📋 copy color: '#FA06E1'

red 250 ◦ green 6 ◦ blue 225

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

Shades of Hot Magenta #FA06E1

Tints of Hot Magenta #FA06E1

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.25%

 BLUE value IS 225 (88.28% from 255) = 46.78%

R = 51.98%
G = 1.25%
B = 46.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA06E1 (or 0xFA06E1) is known color: Hot Magenta. HEX triplet: FA, 06 and E1. RGB value is (250,6,225). Sum of RGB (Red+Green+Blue) = 250+6+225=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 6 (2.73% from 255 or 1.25% from 481); Blue value is 225 (88.28% from 255 or 46.78% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA06E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA06E1 is #05F91E. Grayscale: #676767. Windows color (decimal): -391455 or 14747386. OLE color: 14747386.

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

Color convert

RGB 250 6 225 -
CMYK 0 0.98 0.10 0.02
HSL 306.15º 0.96% 0.5% -
HSV(B) 306.15º 0.98% 0.98% -
XYZ 53.08 25.89 73.43 -
YUV 103.92 196.34 232.19 -
System Red Green Blue C M Y K H S L
Decimal 250 6 225 0 0.98 0.10 0.02 306.15 0.96 0.5
Hex FA 6 E1 0 62 A 2 132 60 32
Octal 372 6 341 0 142 12 2 462 140 62
Binary 11111010 110 11100001 0 1100010 1010 10 100110010 1100000 110010

Color Harmonies of #FA06E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA06E1

Black with #FA06E1

Text Example


Text Example

White with #FA06E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA06E1; }

 p { color: rgb(250,6,225); }

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

background-color css

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

 a { background-color: rgb(250,6,225); }

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

border-color css

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

 span { border-color: rgb(250,6,225); }

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