Html Css Color HEX #FC1BF0 Magenta

📋 copy color: '#FC1BF0'

red 252 ◦ green 27 ◦ blue 240

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

Shades of Magenta #FC1BF0

Tints of Magenta #FC1BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.24%

R = 48.55%
G = 5.2%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC1BF0 (or 0xFC1BF0) is known color: Magenta. HEX triplet: FC, 1B and F0. RGB value is (252,27,240). Sum of RGB (Red+Green+Blue) = 252+27+240=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 27 (10.94% from 255 or 5.20% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1BF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1BF0 is #03E40F. Grayscale: #757575. Windows color (decimal): -254992 or 15735804. OLE color: 15735804.

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

Color convert

RGB 252 27 240 -
CMYK 0 0.89 0.05 0.01
HSL 303.2º 0.97% 0.55% -
HSV(B) 303.2º 0.89% 0.99% -
XYZ 56.27 27.77 84.83 -
YUV 118.56 196.54 223.18 -
System Red Green Blue C M Y K H S L
Decimal 252 27 240 0 0.89 0.05 0.01 303.2 0.97 0.55
Hex FC 1B F0 0 59 5 1 12F 61 37
Octal 374 33 360 0 131 5 1 457 141 67
Binary 11111100 11011 11110000 0 1011001 101 1 100101111 1100001 110111

Color Harmonies of #FC1BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1BF0

Black with #FC1BF0

Text Example


Text Example

White with #FC1BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1BF0; }

 p { color: rgb(252,27,240); }

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

background-color css

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

 a { background-color: rgb(252,27,240); }

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

border-color css

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

 span { border-color: rgb(252,27,240); }

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