Html Css Color HEX #FA0ED5 Hot Magenta

📋 copy color: '#FA0ED5'

red 250 ◦ green 14 ◦ blue 213

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

Shades of Hot Magenta #FA0ED5

Tints of Hot Magenta #FA0ED5

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.94%

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

R = 52.41%
G = 2.94%
B = 44.65%

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

#FA0ED5 (or 0xFA0ED5) is known color: Hot Magenta. HEX triplet: FA, 0E and D5. RGB value is (250,14,213). Sum of RGB (Red+Green+Blue) = 250+14+213=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 14 (5.86% from 255 or 2.94% from 477); Blue value is 213 (83.59% from 255 or 44.65% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0ED5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0ED5 is #05F12A. Grayscale: #6A6A6A. Windows color (decimal): -389419 or 13963002. OLE color: 13963002.

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

Color convert

RGB 250 14 213 -
CMYK 0 0.94 0.15 0.02
HSL 309.41º 0.96% 0.52% -
HSV(B) 309.41º 0.94% 0.98% -
XYZ 51.59 25.44 65.14 -
YUV 107.25 187.69 229.82 -
System Red Green Blue C M Y K H S L
Decimal 250 14 213 0 0.94 0.15 0.02 309.41 0.96 0.52
Hex FA E D5 0 5E F 2 135 60 34
Octal 372 16 325 0 136 17 2 465 140 64
Binary 11111010 1110 11010101 0 1011110 1111 10 100110101 1100000 110100

Color Harmonies of #FA0ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0ED5

Black with #FA0ED5

Text Example


Text Example

White with #FA0ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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