Html Css Color HEX #FC1BE7 Magenta

📋 copy color: '#FC1BE7'

red 252 ◦ green 27 ◦ blue 231

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

Shades of Magenta #FC1BE7

Tints of Magenta #FC1BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.29%

R = 49.41%
G = 5.29%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FC1BE7 (or 0xFC1BE7) is known color: Magenta. HEX triplet: FC, 1B and E7. RGB value is (252,27,231). Sum of RGB (Red+Green+Blue) = 252+27+231=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 27 (10.94% from 255 or 5.29% from 510); Blue value is 231 (90.62% from 255 or 45.29% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1BE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1BE7 is #03E418. Grayscale: #747474. Windows color (decimal): -255001 or 15145980. OLE color: 15145980.

HSL color Cylindrical-coordinate representation of color #FC1BE7: hue angle of 305.6º 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 #FC1BE7 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 27 231 -
CMYK 0 0.89 0.08 0.01
HSL 305.6º 0.97% 0.55% -
HSV(B) 305.6º 0.89% 0.99% -
XYZ 54.96 27.25 77.96 -
YUV 117.53 192.04 223.91 -
System Red Green Blue C M Y K H S L
Decimal 252 27 231 0 0.89 0.08 0.01 305.6 0.97 0.55
Hex FC 1B E7 0 59 8 1 132 61 37
Octal 374 33 347 0 131 10 1 462 141 67
Binary 11111100 11011 11100111 0 1011001 1000 1 100110010 1100001 110111

Color Harmonies of #FC1BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1BE7

Black with #FC1BE7

Text Example


Text Example

White with #FC1BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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