Html Css Color HEX #FA06F5 Magenta

📋 copy color: '#FA06F5'

red 250 ◦ green 6 ◦ blue 245

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

Shades of Magenta #FA06F5

Tints of Magenta #FA06F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.9%

R = 49.9%
G = 1.2%
B = 48.9%

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

#FA06F5 (or 0xFA06F5) is known color: Magenta. HEX triplet: FA, 06 and F5. RGB value is (250,6,245). Sum of RGB (Red+Green+Blue) = 250+6+245=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 6 (2.73% from 255 or 1.20% from 501); Blue value is 245 (96.09% from 255 or 48.90% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA06F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA06F5 is #05F90A. Grayscale: #696969. Windows color (decimal): -391435 or 16058106. OLE color: 16058106.

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

Color convert

RGB 250 6 245 -
CMYK 0 0.98 0.02 0.02
HSL 301.23º 0.96% 0.5% -
HSV(B) 301.23º 0.98% 0.98% -
XYZ 55.97 27.05 88.66 -
YUV 106.2 206.34 230.57 -
System Red Green Blue C M Y K H S L
Decimal 250 6 245 0 0.98 0.02 0.02 301.23 0.96 0.5
Hex FA 6 F5 0 62 2 2 12D 60 32
Octal 372 6 365 0 142 2 2 455 140 62
Binary 11111010 110 11110101 0 1100010 10 10 100101101 1100000 110010

Color Harmonies of #FA06F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA06F5

Black with #FA06F5

Text Example


Text Example

White with #FA06F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA06F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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