Html Css Color HEX #FB0FEF Magenta

📋 copy color: '#FB0FEF'

red 251 ◦ green 15 ◦ blue 239

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

Shades of Magenta #FB0FEF

Tints of Magenta #FB0FEF

RGB

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

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

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

R = 49.7%
G = 2.97%
B = 47.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FB0FEF (or 0xFB0FEF) is known color: Magenta. HEX triplet: FB, 0F and EF. RGB value is (251,15,239). Sum of RGB (Red+Green+Blue) = 251+15+239=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 15 (6.25% from 255 or 2.97% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0FEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0FEF is #04F010. Grayscale: #6E6E6E. Windows color (decimal): -323601 or 15667195. OLE color: 15667195.

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

Color convert

RGB 251 15 239 -
CMYK 0 0.94 0.05 0.02
HSL 303.05º 0.97% 0.52% -
HSV(B) 303.05º 0.94% 0.98% -
XYZ 55.53 27.08 83.96 -
YUV 111.1 200.19 227.79 -
System Red Green Blue C M Y K H S L
Decimal 251 15 239 0 0.94 0.05 0.02 303.05 0.97 0.52
Hex FB F EF 0 5E 5 2 12F 61 34
Octal 373 17 357 0 136 5 2 457 141 64
Binary 11111011 1111 11101111 0 1011110 101 10 100101111 1100001 110100

Color Harmonies of #FB0FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0FEF

Black with #FB0FEF

Text Example


Text Example

White with #FB0FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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