Html Css Color HEX #FA0ED0 Hot Magenta

📋 copy color: '#FA0ED0'

red 250 ◦ green 14 ◦ blue 208

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

Shades of Hot Magenta #FA0ED0

Tints of Hot Magenta #FA0ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.07%

R = 52.97%
G = 2.97%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FA0ED0 (or 0xFA0ED0) is known color: Hot Magenta. HEX triplet: FA, 0E and D0. RGB value is (250,14,208). Sum of RGB (Red+Green+Blue) = 250+14+208=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 14 (5.86% from 255 or 2.97% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0ED0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0ED0 is #05F12F. Grayscale: #6A6A6A. Windows color (decimal): -389424 or 13635322. OLE color: 13635322.

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

Color convert

RGB 250 14 208 -
CMYK 0 0.94 0.17 0.02
HSL 310.68º 0.96% 0.52% -
HSV(B) 310.68º 0.94% 0.98% -
XYZ 50.97 25.19 61.85 -
YUV 106.68 185.19 230.23 -
System Red Green Blue C M Y K H S L
Decimal 250 14 208 0 0.94 0.17 0.02 310.68 0.96 0.52
Hex FA E D0 0 5E 11 2 137 60 34
Octal 372 16 320 0 136 21 2 467 140 64
Binary 11111010 1110 11010000 0 1011110 10001 10 100110111 1100000 110100

Color Harmonies of #FA0ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0ED0

Black with #FA0ED0

Text Example


Text Example

White with #FA0ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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