Html Css Color HEX #FB0EF7 Magenta

📋 copy color: '#FB0EF7'

red 251 ◦ green 14 ◦ blue 247

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

Shades of Magenta #FB0EF7

Tints of Magenta #FB0EF7

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.73%

 BLUE value IS 247 (96.88% from 255) = 48.24%

R = 49.02%
G = 2.73%
B = 48.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FB0EF7 (or 0xFB0EF7) is known color: Magenta. HEX triplet: FB, 0E and F7. RGB value is (251,14,247). Sum of RGB (Red+Green+Blue) = 251+14+247=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 14 (5.86% from 255 or 2.73% from 512); Blue value is 247 (96.88% from 255 or 48.24% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0EF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0EF7 is #04F108. Grayscale: #6E6E6E. Windows color (decimal): -323849 or 16191227. OLE color: 16191227.

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

Color convert

RGB 251 14 247 -
CMYK 0 0.94 0.02 0.02
HSL 301.01º 0.97% 0.52% -
HSV(B) 301.01º 0.94% 0.98% -
XYZ 56.73 27.54 90.32 -
YUV 111.43 204.52 227.55 -
System Red Green Blue C M Y K H S L
Decimal 251 14 247 0 0.94 0.02 0.02 301.01 0.97 0.52
Hex FB E F7 0 5E 2 2 12D 61 34
Octal 373 16 367 0 136 2 2 455 141 64
Binary 11111011 1110 11110111 0 1011110 10 10 100101101 1100001 110100

Color Harmonies of #FB0EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0EF7

Black with #FB0EF7

Text Example


Text Example

White with #FB0EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0EF7; }

 p { color: rgb(251,14,247); }

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

background-color css

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

 a { background-color: rgb(251,14,247); }

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

border-color css

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

 span { border-color: rgb(251,14,247); }

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