Html Css Color HEX #FA14D5 Hot Magenta

📋 copy color: '#FA14D5'

red 250 ◦ green 20 ◦ blue 213

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

Shades of Hot Magenta #FA14D5

Tints of Hot Magenta #FA14D5

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.14%

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

R = 51.76%
G = 4.14%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FA14D5 (or 0xFA14D5) is known color: Hot Magenta. HEX triplet: FA, 14 and D5. RGB value is (250,20,213). Sum of RGB (Red+Green+Blue) = 250+20+213=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 20 (8.20% from 255 or 4.14% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA14D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA14D5 is #05EB2A. Grayscale: #6E6E6E. Windows color (decimal): -387883 or 13964538. OLE color: 13964538.

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

Color convert

RGB 250 20 213 -
CMYK 0 0.92 0.15 0.02
HSL 309.65º 0.96% 0.53% -
HSV(B) 309.65º 0.92% 0.98% -
XYZ 51.68 25.63 65.17 -
YUV 110.77 185.7 227.31 -
System Red Green Blue C M Y K H S L
Decimal 250 20 213 0 0.92 0.15 0.02 309.65 0.96 0.53
Hex FA 14 D5 0 5C F 2 136 60 35
Octal 372 24 325 0 134 17 2 466 140 65
Binary 11111010 10100 11010101 0 1011100 1111 10 100110110 1100000 110101

Color Harmonies of #FA14D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA14D5

Black with #FA14D5

Text Example


Text Example

White with #FA14D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA14D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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