Html Css Color HEX #FA1DFB Magenta

📋 copy color: '#FA1DFB'

red 250 ◦ green 29 ◦ blue 251

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

Shades of Magenta #FA1DFB

Tints of Magenta #FA1DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.36%

R = 47.17%
G = 5.47%
B = 47.36%

CMYK

 C value IS 0.00

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA1DFB (or 0xFA1DFB) is known color: Magenta. HEX triplet: FA, 1D and FB. RGB value is (250,29,251). Sum of RGB (Red+Green+Blue) = 250+29+251=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 29 (11.72% from 255 or 5.47% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA1DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1DFB is #05E204. Grayscale: #777777. Windows color (decimal): -385541 or 16457210. OLE color: 16457210.

HSL color Cylindrical-coordinate representation of color #FA1DFB: hue angle of 299.73º degrees, saturation: 0.97, 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 #FA1DFB is Cyan = 0.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 29 251 -
CMYK 0.00 0.88 0 0.02
HSL 299.73º 0.97% 0.55% -
HSV(B) 299.73º 0.88% 0.98% -
XYZ 57.28 28.17 93.68 -
YUV 120.39 201.72 220.45 -
System Red Green Blue C M Y K H S L
Decimal 250 29 251 0.00 0.88 0 0.02 299.73 0.97 0.55
Hex FA 1D FB 0 58 0 2 12C 61 37
Octal 372 35 373 0 130 0 2 454 141 67
Binary 11111010 11101 11111011 0 1011000 0 10 100101100 1100001 110111

Color Harmonies of #FA1DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1DFB

Black with #FA1DFB

Text Example


Text Example

White with #FA1DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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