Html Css Color HEX #FB0FFB Magenta

📋 copy color: '#FB0FFB'

red 251 ◦ green 15 ◦ blue 251

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

Shades of Magenta #FB0FFB

Tints of Magenta #FB0FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.9%

 BLUE value IS 251 (98.44% from 255) = 48.55%

R = 48.55%
G = 2.9%
B = 48.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FB0FFB (or 0xFB0FFB) is known color: Magenta. HEX triplet: FB, 0F and FB. RGB value is (251,15,251). Sum of RGB (Red+Green+Blue) = 251+15+251=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 15 (6.25% from 255 or 2.90% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB0FFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0FFB is #04F004. Grayscale: #6F6F6F. Windows color (decimal): -323589 or 16453627. OLE color: 16453627.

HSL color Cylindrical-coordinate representation of color #FB0FFB: hue angle of 300º 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 #FB0FFB is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 15 251 -
CMYK 0 0.94 0 0.02
HSL 300º 0.97% 0.52% -
HSV(B) 300º 0.94% 0.98% -
XYZ 57.37 27.82 93.61 -
YUV 112.47 206.19 226.81 -
System Red Green Blue C M Y K H S L
Decimal 251 15 251 0 0.94 0 0.02 300 0.97 0.52
Hex FB F FB 0 5E 0 2 12C 61 34
Octal 373 17 373 0 136 0 2 454 141 64
Binary 11111011 1111 11111011 0 1011110 0 10 100101100 1100001 110100

Color Harmonies of #FB0FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0FFB

Black with #FB0FFB

Text Example


Text Example

White with #FB0FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0FFB; }

 p { color: rgb(251,15,251); }

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

background-color css

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

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

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

border-color css

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

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

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