Html Css Color HEX #FA06DC Hot Magenta

📋 copy color: '#FA06DC'

red 250 ◦ green 6 ◦ blue 220

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

Shades of Hot Magenta #FA06DC

Tints of Hot Magenta #FA06DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.22%

R = 52.52%
G = 1.26%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA06DC (or 0xFA06DC) is known color: Hot Magenta. HEX triplet: FA, 06 and DC. RGB value is (250,6,220). Sum of RGB (Red+Green+Blue) = 250+6+220=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 6 (2.73% from 255 or 1.26% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA06DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA06DC is #05F923. Grayscale: #666666. Windows color (decimal): -391460 or 14419706. OLE color: 14419706.

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

Color convert

RGB 250 6 220 -
CMYK 0 0.98 0.12 0.02
HSL 307.38º 0.96% 0.5% -
HSV(B) 307.38º 0.98% 0.98% -
XYZ 52.41 25.62 69.89 -
YUV 103.35 193.84 232.6 -
System Red Green Blue C M Y K H S L
Decimal 250 6 220 0 0.98 0.12 0.02 307.38 0.96 0.5
Hex FA 6 DC 0 62 C 2 133 60 32
Octal 372 6 334 0 142 14 2 463 140 62
Binary 11111010 110 11011100 0 1100010 1100 10 100110011 1100000 110010

Color Harmonies of #FA06DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA06DC

Black with #FA06DC

Text Example


Text Example

White with #FA06DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA06DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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