Html Css Color HEX #FA06F6 Magenta

📋 copy color: '#FA06F6'

red 250 ◦ green 6 ◦ blue 246

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

Shades of Magenta #FA06F6

Tints of Magenta #FA06F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49%

R = 49.8%
G = 1.2%
B = 49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FA06F6 (or 0xFA06F6) is known color: Magenta. HEX triplet: FA, 06 and F6. RGB value is (250,6,246). Sum of RGB (Red+Green+Blue) = 250+6+246=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 6 (2.73% from 255 or 1.20% from 502); Blue value is 246 (96.48% from 255 or 49.00% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA06F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA06F6 is #05F909. Grayscale: #696969. Windows color (decimal): -391434 or 16123642. OLE color: 16123642.

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

Color convert

RGB 250 6 246 -
CMYK 0 0.98 0.02 0.02
HSL 300.98º 0.96% 0.5% -
HSV(B) 300.98º 0.98% 0.98% -
XYZ 56.12 27.11 89.46 -
YUV 106.32 206.84 230.49 -
System Red Green Blue C M Y K H S L
Decimal 250 6 246 0 0.98 0.02 0.02 300.98 0.96 0.5
Hex FA 6 F6 0 62 2 2 12D 60 32
Octal 372 6 366 0 142 2 2 455 140 62
Binary 11111010 110 11110110 0 1100010 10 10 100101101 1100000 110010

Color Harmonies of #FA06F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA06F6

Black with #FA06F6

Text Example


Text Example

White with #FA06F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA06F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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