Html Css Color HEX #FA0EDD Hot Magenta

📋 copy color: '#FA0EDD'

red 250 ◦ green 14 ◦ blue 221

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

Shades of Hot Magenta #FA0EDD

Tints of Hot Magenta #FA0EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.57%

R = 51.55%
G = 2.89%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA0EDD (or 0xFA0EDD) is known color: Hot Magenta. HEX triplet: FA, 0E and DD. RGB value is (250,14,221). Sum of RGB (Red+Green+Blue) = 250+14+221=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 14 (5.86% from 255 or 2.89% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0EDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0EDD is #05F122. Grayscale: #6B6B6B. Windows color (decimal): -389411 or 14487290. OLE color: 14487290.

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

Color convert

RGB 250 14 221 -
CMYK 0 0.94 0.12 0.02
HSL 307.37º 0.96% 0.52% -
HSV(B) 307.37º 0.94% 0.98% -
XYZ 52.63 25.86 70.62 -
YUV 108.16 191.69 229.17 -
System Red Green Blue C M Y K H S L
Decimal 250 14 221 0 0.94 0.12 0.02 307.37 0.96 0.52
Hex FA E DD 0 5E C 2 133 60 34
Octal 372 16 335 0 136 14 2 463 140 64
Binary 11111010 1110 11011101 0 1011110 1100 10 100110011 1100000 110100

Color Harmonies of #FA0EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0EDD

Black with #FA0EDD

Text Example


Text Example

White with #FA0EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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