Html Css Color HEX #FA2EFB Magenta

📋 copy color: '#FA2EFB'

red 250 ◦ green 46 ◦ blue 251

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

Shades of Magenta #FA2EFB

Tints of Magenta #FA2EFB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.41%

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

R = 45.7%
G = 8.41%
B = 45.89%

CMYK

 C value IS 0.00

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA2EFB (or 0xFA2EFB) is known color: Magenta. HEX triplet: FA, 2E and FB. RGB value is (250,46,251). Sum of RGB (Red+Green+Blue) = 250+46+251=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 46 (18.36% from 255 or 8.41% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA2EFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2EFB is #05D104. Grayscale: #818181. Windows color (decimal): -381189 or 16461562. OLE color: 16461562.

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

Color convert

RGB 250 46 251 -
CMYK 0.00 0.82 0 0.02
HSL 299.71º 0.96% 0.58% -
HSV(B) 299.71º 0.82% 0.98% -
XYZ 57.81 29.24 93.86 -
YUV 130.37 196.09 213.33 -
System Red Green Blue C M Y K H S L
Decimal 250 46 251 0.00 0.82 0 0.02 299.71 0.96 0.58
Hex FA 2E FB 0 52 0 2 12C 60 3A
Octal 372 56 373 0 122 0 2 454 140 72
Binary 11111010 101110 11111011 0 1010010 0 10 100101100 1100000 111010

Color Harmonies of #FA2EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2EFB

Black with #FA2EFB

Text Example


Text Example

White with #FA2EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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