Html Css Color HEX #FA10D3 Hot Magenta

📋 copy color: '#FA10D3'

red 250 ◦ green 16 ◦ blue 211

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

Shades of Hot Magenta #FA10D3

Tints of Hot Magenta #FA10D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 44.23%

R = 52.41%
G = 3.35%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA10D3 (or 0xFA10D3) is known color: Hot Magenta. HEX triplet: FA, 10 and D3. RGB value is (250,16,211). Sum of RGB (Red+Green+Blue) = 250+16+211=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 16 (6.64% from 255 or 3.35% from 477); Blue value is 211 (82.81% from 255 or 44.23% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA10D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA10D3 is #05EF2C. Grayscale: #6B6B6B. Windows color (decimal): -388909 or 13832442. OLE color: 13832442.

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

Color convert

RGB 250 16 211 -
CMYK 0 0.94 0.16 0.02
HSL 310º 0.96% 0.52% -
HSV(B) 310º 0.94% 0.98% -
XYZ 51.37 25.4 63.82 -
YUV 108.2 186.02 229.14 -
System Red Green Blue C M Y K H S L
Decimal 250 16 211 0 0.94 0.16 0.02 310 0.96 0.52
Hex FA 10 D3 0 5E 10 2 136 60 34
Octal 372 20 323 0 136 20 2 466 140 64
Binary 11111010 10000 11010011 0 1011110 10000 10 100110110 1100000 110100

Color Harmonies of #FA10D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA10D3

Black with #FA10D3

Text Example


Text Example

White with #FA10D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA10D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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