Html Css Color HEX #FB15EC Magenta

📋 copy color: '#FB15EC'

red 251 ◦ green 21 ◦ blue 236

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

Shades of Magenta #FB15EC

Tints of Magenta #FB15EC

RGB

 RED value IS 251 (98.44% from 255) = 49.41%

 GREEN value IS 21 (8.59% from 255) = 4.13%

 BLUE value IS 236 (92.58% from 255) = 46.46%

R = 49.41%
G = 4.13%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FB15EC (or 0xFB15EC) is known color: Magenta. HEX triplet: FB, 15 and EC. RGB value is (251,21,236). Sum of RGB (Red+Green+Blue) = 251+21+236=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 21 (8.59% from 255 or 4.13% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB15EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB15EC is #04EA13. Grayscale: #717171. Windows color (decimal): -322068 or 15472123. OLE color: 15472123.

HSL color Cylindrical-coordinate representation of color #FB15EC: hue angle of 303.91º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB15EC is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 21 236 -
CMYK 0 0.92 0.06 0.02
HSL 303.91º 0.97% 0.53% -
HSV(B) 303.91º 0.92% 0.98% -
XYZ 55.19 27.1 81.68 -
YUV 114.28 196.7 225.52 -
System Red Green Blue C M Y K H S L
Decimal 251 21 236 0 0.92 0.06 0.02 303.91 0.97 0.53
Hex FB 15 EC 0 5C 6 2 130 61 35
Octal 373 25 354 0 134 6 2 460 141 65
Binary 11111011 10101 11101100 0 1011100 110 10 100110000 1100001 110101

Color Harmonies of #FB15EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB15EC

Black with #FB15EC

Text Example


Text Example

White with #FB15EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB15EC; }

 p { color: rgb(251,21,236); }

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

background-color css

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

 a { background-color: rgb(251,21,236); }

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

border-color css

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

 span { border-color: rgb(251,21,236); }

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