Html Css Color HEX #FA06FD Magenta

📋 copy color: '#FA06FD'

red 250 ◦ green 6 ◦ blue 253

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

Shades of Magenta #FA06FD

Tints of Magenta #FA06FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.71%

R = 49.12%
G = 1.18%
B = 49.71%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FA06FD (or 0xFA06FD) is known color: Magenta. HEX triplet: FA, 06 and FD. RGB value is (250,6,253). Sum of RGB (Red+Green+Blue) = 250+6+253=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 6 (2.73% from 255 or 1.18% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA06FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA06FD is #05F902. Grayscale: #6A6A6A. Windows color (decimal): -391427 or 16582394. OLE color: 16582394.

HSL color Cylindrical-coordinate representation of color #FA06FD: hue angle of 299.27º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA06FD is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 6 253 -
CMYK 0.01 0.98 0 0.01
HSL 299.27º 0.98% 0.51% -
HSV(B) 299.27º 0.98% 0.99% -
XYZ 57.22 27.55 95.23 -
YUV 107.11 210.34 229.92 -
System Red Green Blue C M Y K H S L
Decimal 250 6 253 0.01 0.98 0 0.01 299.27 0.98 0.51
Hex FA 6 FD 1 62 0 1 12B 62 33
Octal 372 6 375 1 142 0 1 453 142 63
Binary 11111010 110 11111101 1 1100010 0 1 100101011 1100010 110011

Color Harmonies of #FA06FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA06FD

Black with #FA06FD

Text Example


Text Example

White with #FA06FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA06FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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