Html Css Color HEX #FA06D1 Hot Magenta

📋 copy color: '#FA06D1'

red 250 ◦ green 6 ◦ blue 209

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

Shades of Hot Magenta #FA06D1

Tints of Hot Magenta #FA06D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.95%

R = 53.76%
G = 1.29%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA06D1 (or 0xFA06D1) is known color: Hot Magenta. HEX triplet: FA, 06 and D1. RGB value is (250,6,209). Sum of RGB (Red+Green+Blue) = 250+6+209=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 6 (2.73% from 255 or 1.29% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA06D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA06D1 is #05F92E. Grayscale: #656565. Windows color (decimal): -391471 or 13698810. OLE color: 13698810.

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

Color convert

RGB 250 6 209 -
CMYK 0 0.98 0.16 0.02
HSL 310.08º 0.96% 0.5% -
HSV(B) 310.08º 0.98% 0.98% -
XYZ 51 25.06 62.47 -
YUV 102.1 188.34 233.49 -
System Red Green Blue C M Y K H S L
Decimal 250 6 209 0 0.98 0.16 0.02 310.08 0.96 0.5
Hex FA 6 D1 0 62 10 2 136 60 32
Octal 372 6 321 0 142 20 2 466 140 62
Binary 11111010 110 11010001 0 1100010 10000 10 100110110 1100000 110010

Color Harmonies of #FA06D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA06D1

Black with #FA06D1

Text Example


Text Example

White with #FA06D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA06D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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