Html Css Color HEX #FB1CEB Magenta

📋 copy color: '#FB1CEB'

red 251 ◦ green 28 ◦ blue 235

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

Shades of Magenta #FB1CEB

Tints of Magenta #FB1CEB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.45%

 BLUE value IS 235 (92.19% from 255) = 45.72%

R = 48.83%
G = 5.45%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FB1CEB (or 0xFB1CEB) is known color: Magenta. HEX triplet: FB, 1C and EB. RGB value is (251,28,235). Sum of RGB (Red+Green+Blue) = 251+28+235=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 28 (11.33% from 255 or 5.45% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1CEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB1CEB is #04E314. Grayscale: #757575. Windows color (decimal): -320277 or 15408379. OLE color: 15408379.

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

Color convert

RGB 251 28 235 -
CMYK 0 0.89 0.06 0.02
HSL 304.3º 0.97% 0.55% -
HSV(B) 304.3º 0.89% 0.98% -
XYZ 55.19 27.34 80.96 -
YUV 118.28 193.88 222.67 -
System Red Green Blue C M Y K H S L
Decimal 251 28 235 0 0.89 0.06 0.02 304.3 0.97 0.55
Hex FB 1C EB 0 59 6 2 130 61 37
Octal 373 34 353 0 131 6 2 460 141 67
Binary 11111011 11100 11101011 0 1011001 110 10 100110000 1100001 110111

Color Harmonies of #FB1CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1CEB

Black with #FB1CEB

Text Example


Text Example

White with #FB1CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1CEB; }

 p { color: rgb(251,28,235); }

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

background-color css

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

 a { background-color: rgb(251,28,235); }

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

border-color css

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

 span { border-color: rgb(251,28,235); }

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