Html Css Color HEX #FA1DED Magenta

📋 copy color: '#FA1DED'

red 250 ◦ green 29 ◦ blue 237

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

Shades of Magenta #FA1DED

Tints of Magenta #FA1DED

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.62%

 BLUE value IS 237 (92.97% from 255) = 45.93%

R = 48.45%
G = 5.62%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FA1DED (or 0xFA1DED) is known color: Magenta. HEX triplet: FA, 1D and ED. RGB value is (250,29,237). Sum of RGB (Red+Green+Blue) = 250+29+237=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 29 (11.72% from 255 or 5.62% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1DED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1DED is #05E212. Grayscale: #767676. Windows color (decimal): -385555 or 15539706. OLE color: 15539706.

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

Color convert

RGB 250 29 237 -
CMYK 0 0.88 0.05 0.02
HSL 303.53º 0.96% 0.55% -
HSV(B) 303.53º 0.88% 0.98% -
XYZ 55.15 27.32 82.49 -
YUV 118.79 194.72 221.59 -
System Red Green Blue C M Y K H S L
Decimal 250 29 237 0 0.88 0.05 0.02 303.53 0.96 0.55
Hex FA 1D ED 0 58 5 2 130 60 37
Octal 372 35 355 0 130 5 2 460 140 67
Binary 11111010 11101 11101101 0 1011000 101 10 100110000 1100000 110111

Color Harmonies of #FA1DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1DED

Black with #FA1DED

Text Example


Text Example

White with #FA1DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1DED; }

 p { color: rgb(250,29,237); }

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

background-color css

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

 a { background-color: rgb(250,29,237); }

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

border-color css

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

 span { border-color: rgb(250,29,237); }

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