Html Css Color HEX #FA10D5 Hot Magenta

📋 copy color: '#FA10D5'

red 250 ◦ green 16 ◦ blue 213

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

Shades of Hot Magenta #FA10D5

Tints of Hot Magenta #FA10D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.47%

R = 52.19%
G = 3.34%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FA10D5 (or 0xFA10D5) is known color: Hot Magenta. HEX triplet: FA, 10 and D5. RGB value is (250,16,213). Sum of RGB (Red+Green+Blue) = 250+16+213=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 16 (6.64% from 255 or 3.34% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA10D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA10D5 is #05EF2A. Grayscale: #6B6B6B. Windows color (decimal): -388907 or 13963514. OLE color: 13963514.

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

Color convert

RGB 250 16 213 -
CMYK 0 0.94 0.15 0.02
HSL 309.49º 0.96% 0.52% -
HSV(B) 309.49º 0.94% 0.98% -
XYZ 51.62 25.5 65.15 -
YUV 108.42 187.02 228.98 -
System Red Green Blue C M Y K H S L
Decimal 250 16 213 0 0.94 0.15 0.02 309.49 0.96 0.52
Hex FA 10 D5 0 5E F 2 135 60 34
Octal 372 20 325 0 136 17 2 465 140 64
Binary 11111010 10000 11010101 0 1011110 1111 10 100110101 1100000 110100

Color Harmonies of #FA10D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA10D5

Black with #FA10D5

Text Example


Text Example

White with #FA10D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA10D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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