Html Css Color HEX #FA1BEC Magenta

📋 copy color: '#FA1BEC'

red 250 ◦ green 27 ◦ blue 236

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

Shades of Magenta #FA1BEC

Tints of Magenta #FA1BEC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.26%

 BLUE value IS 236 (92.58% from 255) = 46%

R = 48.73%
G = 5.26%
B = 46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FA1BEC (or 0xFA1BEC) is known color: Magenta. HEX triplet: FA, 1B and EC. RGB value is (250,27,236). Sum of RGB (Red+Green+Blue) = 250+27+236=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 27 (10.94% from 255 or 5.26% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1BEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1BEC is #05E413. Grayscale: #747474. Windows color (decimal): -386068 or 15473658. OLE color: 15473658.

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

Color convert

RGB 250 27 236 -
CMYK 0 0.89 0.06 0.02
HSL 303.77º 0.96% 0.54% -
HSV(B) 303.77º 0.89% 0.98% -
XYZ 54.96 27.16 81.7 -
YUV 117.5 194.88 222.51 -
System Red Green Blue C M Y K H S L
Decimal 250 27 236 0 0.89 0.06 0.02 303.77 0.96 0.54
Hex FA 1B EC 0 59 6 2 130 60 36
Octal 372 33 354 0 131 6 2 460 140 66
Binary 11111010 11011 11101100 0 1011001 110 10 100110000 1100000 110110

Color Harmonies of #FA1BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1BEC

Black with #FA1BEC

Text Example


Text Example

White with #FA1BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1BEC; }

 p { color: rgb(250,27,236); }

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

background-color css

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

 a { background-color: rgb(250,27,236); }

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

border-color css

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

 span { border-color: rgb(250,27,236); }

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