Html Css Color HEX #FB1EEF Magenta

📋 copy color: '#FB1EEF'

red 251 ◦ green 30 ◦ blue 239

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

Shades of Magenta #FB1EEF

Tints of Magenta #FB1EEF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.77%

 BLUE value IS 239 (93.75% from 255) = 45.96%

R = 48.27%
G = 5.77%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FB1EEF (or 0xFB1EEF) is known color: Magenta. HEX triplet: FB, 1E and EF. RGB value is (251,30,239). Sum of RGB (Red+Green+Blue) = 251+30+239=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 30 (12.11% from 255 or 5.77% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1EEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB1EEF is #04E110. Grayscale: #777777. Windows color (decimal): -319761 or 15671035. OLE color: 15671035.

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

Color convert

RGB 251 30 239 -
CMYK 0 0.88 0.05 0.02
HSL 303.26º 0.97% 0.55% -
HSV(B) 303.26º 0.88% 0.98% -
XYZ 55.83 27.67 84.06 -
YUV 119.91 195.22 221.51 -
System Red Green Blue C M Y K H S L
Decimal 251 30 239 0 0.88 0.05 0.02 303.26 0.97 0.55
Hex FB 1E EF 0 58 5 2 12F 61 37
Octal 373 36 357 0 130 5 2 457 141 67
Binary 11111011 11110 11101111 0 1011000 101 10 100101111 1100001 110111

Color Harmonies of #FB1EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1EEF

Black with #FB1EEF

Text Example


Text Example

White with #FB1EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1EEF; }

 p { color: rgb(251,30,239); }

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

background-color css

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

 a { background-color: rgb(251,30,239); }

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

border-color css

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

 span { border-color: rgb(251,30,239); }

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