Html Css Color HEX #FA10FA Magenta

📋 copy color: '#FA10FA'

red 250 ◦ green 16 ◦ blue 250

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

Shades of Magenta #FA10FA

Tints of Magenta #FA10FA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.1%

 BLUE value IS 250 (98.05% from 255) = 48.45%

R = 48.45%
G = 3.1%
B = 48.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA10FA (or 0xFA10FA) is known color: Magenta. HEX triplet: FA, 10 and FA. RGB value is (250,16,250). Sum of RGB (Red+Green+Blue) = 250+16+250=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 16 (6.64% from 255 or 3.10% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA10FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA10FA is #05EF05. Grayscale: #6F6F6F. Windows color (decimal): -388870 or 16388346. OLE color: 16388346.

HSL color Cylindrical-coordinate representation of color #FA10FA: hue angle of 300º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA10FA is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 16 250 -
CMYK 0 0.94 0 0.02
HSL 300º 0.96% 0.52% -
HSV(B) 300º 0.94% 0.98% -
XYZ 56.86 27.6 92.77 -
YUV 112.64 205.52 225.97 -
System Red Green Blue C M Y K H S L
Decimal 250 16 250 0 0.94 0 0.02 300 0.96 0.52
Hex FA 10 FA 0 5E 0 2 12C 60 34
Octal 372 20 372 0 136 0 2 454 140 64
Binary 11111010 10000 11111010 0 1011110 0 10 100101100 1100000 110100

Color Harmonies of #FA10FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA10FA

Black with #FA10FA

Text Example


Text Example

White with #FA10FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA10FA; }

 p { color: rgb(250,16,250); }

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

background-color css

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

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

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

border-color css

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

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

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