Html Css Color HEX #FC2BFD Magenta

📋 copy color: '#FC2BFD'

red 252 ◦ green 43 ◦ blue 253

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

Shades of Magenta #FC2BFD

Tints of Magenta #FC2BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.17%

R = 45.99%
G = 7.85%
B = 46.17%

CMYK

 C value IS 0.00

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC2BFD (or 0xFC2BFD) is known color: Magenta. HEX triplet: FC, 2B and FD. RGB value is (252,43,253). Sum of RGB (Red+Green+Blue) = 252+43+253=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 43 (17.19% from 255 or 7.85% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC2BFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2BFD is #03D402. Grayscale: #808080. Windows color (decimal): -250883 or 16591868. OLE color: 16591868.

HSL color Cylindrical-coordinate representation of color #FC2BFD: hue angle of 299.71º degrees, saturation: 0.98, 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 #FC2BFD is Cyan = 0.00, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 43 253 -
CMYK 0.00 0.83 0 0.01
HSL 299.71º 0.98% 0.58% -
HSV(B) 299.71º 0.83% 0.99% -
XYZ 58.74 29.52 95.53 -
YUV 129.43 197.74 215.42 -
System Red Green Blue C M Y K H S L
Decimal 252 43 253 0.00 0.83 0 0.01 299.71 0.98 0.58
Hex FC 2B FD 0 53 0 1 12C 62 3A
Octal 374 53 375 0 123 0 1 454 142 72
Binary 11111100 101011 11111101 0 1010011 0 1 100101100 1100010 111010

Color Harmonies of #FC2BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2BFD

Black with #FC2BFD

Text Example


Text Example

White with #FC2BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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