Html Css Color HEX #FB20FF Magenta

📋 copy color: '#FB20FF'

red 251 ◦ green 32 ◦ blue 255

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

Shades of Magenta #FB20FF

Tints of Magenta #FB20FF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 5.95%

 BLUE value IS 255 (100% from 255) = 47.4%

R = 46.65%
G = 5.95%
B = 47.4%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FB20FF (or 0xFB20FF) is known color: Magenta. HEX triplet: FB, 20 and FF. RGB value is (251,32,255). Sum of RGB (Red+Green+Blue) = 251+32+255=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 32 (12.89% from 255 or 5.95% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB20FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB20FF is #04DF00. Grayscale: #7A7A7A. Windows color (decimal): -319233 or 16720123. OLE color: 16720123.

HSL color Cylindrical-coordinate representation of color #FB20FF: hue angle of 298.92º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB20FF is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 251 32 255 -
CMYK 0.02 0.87 0 0
HSL 298.92º 1% 0.56% -
HSV(B) 298.92º 0.87% 1% -
XYZ 58.35 28.76 97.08 -
YUV 122.9 202.55 219.37 -
System Red Green Blue C M Y K H S L
Decimal 251 32 255 0.02 0.87 0 0 298.92 1 0.56
Hex FB 20 FF 2 57 0 0 12B 64 38
Octal 373 40 377 2 127 0 0 453 144 70
Binary 11111011 100000 11111111 10 1010111 0 0 100101011 1100100 111000

Color Harmonies of #FB20FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB20FF

Black with #FB20FF

Text Example


Text Example

White with #FB20FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB20FF; }

 p { color: rgb(251,32,255); }

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

background-color css

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

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

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

border-color css

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

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

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