Html Css Color HEX #FC2BFB Magenta

📋 copy color: '#FC2BFB'

red 252 ◦ green 43 ◦ blue 251

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

Shades of Magenta #FC2BFB

Tints of Magenta #FC2BFB

RGB

 RED value IS 252 (98.83% from 255) = 46.15%

 GREEN value IS 43 (17.19% from 255) = 7.88%

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

R = 46.15%
G = 7.88%
B = 45.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FC2BFB (or 0xFC2BFB) is known color: Magenta. HEX triplet: FC, 2B and FB. RGB value is (252,43,251). Sum of RGB (Red+Green+Blue) = 252+43+251=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 43 (17.19% from 255 or 7.88% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2BFB is #03D404. Grayscale: #808080. Windows color (decimal): -250885 or 16460796. OLE color: 16460796.

HSL color Cylindrical-coordinate representation of color #FC2BFB: hue angle of 300.29º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2BFB is Cyan = 0, Magento = 0.83, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 43 251 -
CMYK 0 0.83 0.00 0.01
HSL 300.29º 0.97% 0.58% -
HSV(B) 300.29º 0.83% 0.99% -
XYZ 58.42 29.39 93.86 -
YUV 129.2 196.74 215.59 -
System Red Green Blue C M Y K H S L
Decimal 252 43 251 0 0.83 0.00 0.01 300.29 0.97 0.58
Hex FC 2B FB 0 53 0 1 12C 61 3A
Octal 374 53 373 0 123 0 1 454 141 72
Binary 11111100 101011 11111011 0 1010011 0 1 100101100 1100001 111010

Color Harmonies of #FC2BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2BFB

Black with #FC2BFB

Text Example


Text Example

White with #FC2BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2BFB; }

 p { color: rgb(252,43,251); }

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

background-color css

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

 a { background-color: rgb(252,43,251); }

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

border-color css

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

 span { border-color: rgb(252,43,251); }

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